Category 3D drawings and annotations, Object ProNote

Function ProNoteReferencesGet


Description
Get note references
Synopsis
#include <ProNote.h>
ProErrorProNoteReferencesGet(
ProNote* note
/* (In)
valid note.
*/
ProAnnotationReference** p_refs
/* (Out)
ProArray of note references. Free it using ProAnnotationreferencearrayFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_BAD_CONTEXTThe note owner is drawing.
See Also
ProAnnotationElementGet

Manual References:

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