Function ProNoteTextSet
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:
Synopsis
#include <ProNote.h>
ProNoteTextSet
(
ProNote* p_note
/* (In)
The solid model note.
*/
wchar_t** p_note_text
/* (In)
ProArray of wide strings.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The note text cannot be varied.
Sample Code References
User Guide References
도움이 되셨나요?