Description | |||||||||||
Sets the note text for a 3d model note. This function does not update the note display. Use ProNoteDisplay() to hide the note, then set the text, then use ProNoteDisplay() to show it again to accomplish this. | |||||||||||
Replacement in Object TOOLKIT: | pfcNote::Lines | ||||||||||
Synopsis | |||||||||||
#include <ProNote.h> | |||||||||||
ProError | ProNoteTextSet | ( | |||||||||
ProNote* p_note | |||||||||||
/* (In) | |||||||||||
The solid model note. | |||||||||||
*/ | |||||||||||
wchar_t** p_note_text | |||||||||||
/* (In) | |||||||||||
ProArray of wide strings. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|