Function ProNoteTextGet
Description
Returns the note text for a 3d model note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
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
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
これは役に立ちましたか?