Category 3D drawings and annotations, Object ProNote

Function ProNoteDisplay


Description
Displays the specified note.
Replacement in Object TOOLKIT: pfcNote::Display
Synopsis
#include <ProNote.h>
ProErrorProNoteDisplay(
ProNote* p_note_item
/* (In)
The note to display
*/
ProDrawMode draw_mode
/* (In)
Specifies how to display the note
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully displayed the note.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations
  2. Annotations: Annotation Features and Annotations: Note Properties

Sample Code References:

  1. pt_examples ( TestSetup.c )