Category 3D drawings and annotations, Object ProNote

Function ProNotePlacementGet


Description
Retrieves the placement information for the specified note.
Synopsis
#include <ProNote.h>
ProErrorProNotePlacementGet(
ProNote* p_note_item
/* (In)
The note.
*/
ProNoteAttach* r_note_att
/* (Out)
The placement information. You must free this memory when you are done using it.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Accessing the Note Placement
  3. Annotations: Annotation Features and Annotations: Accessing the Note Placement

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )