Category 3D drawings and annotations, Object ProNote

Function ProNoteTextGet


Description
Returns the note text for a 3d model note.
Replacement in Object TOOLKIT: pfcNote::Lines
pfcNote::GetText
Synopsis
#include <ProNote.h>
ProErrorProNoteTextGet(
ProNote* p_note
/* (In)
The solid model note.
*/
ProDisplayMode display_mode
/* (In)
The method used to return the text. If PRODISPMODE_NUMERIC, the note callout values are given. If PRODISPMODE_SYMBOLIC, the note callout names are given.
*/
wchar_t*** p_note_text
/* (Out)
ProArray of wide strings. Free this using ProWstringproarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Note Properties
  3. Annotations: Annotation Features and Annotations: Note Properties

Sample Code References:

  1. pt_af_examples ( PTAFNotesUpdate.c )
  2. pt_examples ( TestSetup.c )