Description | ||||||||
Returns the note text for a 3d model note. | ||||||||
Replacement in Object TOOLKIT: | pfcNote::Lines | |||||||
pfcNote::GetText | ||||||||
Synopsis | ||||||||
#include <ProNote.h> | ||||||||
ProError | ProNoteTextGet | ( | ||||||
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 | ||||||||
|