Category 3D drawings and annotations, Object ProNote

Function ProNoteDtlnoteGet


Description
Return the detail note that represents a shown model note.
Synopsis
#include <ProNote.h>
ProErrorProNoteDtlnoteGet(
ProNote* solid_model_note
/* (In)
The solid model note.
*/
ProDrawing drawing
/* (In)
The drawing where the note is displayed.
*/
ProDtlnote* dtl_note
/* (Out)
The drawing detail note that displays the model note.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the note.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_BAD_CONTEXTThe solid model is not contained in the drawing.
PRO_TK_E_NOT_FOUNDThe solid model note is not displayed in the drawing.

Manual References:

  1. Drawings: Cross-referencing 3D Notes and Drawing Annotations
  2. Drawings: Cross-referencing 3D Notes and Drawing Annotations
  3. Assembly: Data Sharing Features: Accessing Properties of Variant Features