Category 3D drawings and annotations, Object ProNote

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: pfcNote::Lines
Synopsis
#include <ProNote.h>
ProErrorProNoteTextSet(
ProNote* p_note
/* (In)
The solid model note.
*/
wchar_t** p_note_text
/* (In)
ProArray of wide strings.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe note text cannot be varied.

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 )