Category 3D drawings and annotations, Object ProNote

Function ProNoteReferencesAdd


Description
Add note references
Synopsis
#include <ProNote.h>
ProErrorProNoteReferencesAdd(
ProNote* note
/* (In)
valid note.
*/
ProAnnotationReference* refs
/* (In)
ProArray of note references. Only 1 reference from type PRO_ANNOT_REF_SRF_COLLECTION is allowed.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_BAD_CONTEXTThe note owner is drawing.
PRO_TK_MAX_LIMIT_REACHEDMore than 1 references from type PRO_ANNOT_REF_SRF_COLLECTION.
PRO_TK_CANT_MODIFYRefercnce from type PRO_ANNOT_REF_SRF_COLLECTION already exist.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Properties
  2. Annotations: Annotation Features and Annotations: Note Properties