Category 3D drawings and annotations, Object ProNote

Function ProNotePlacementSet


Description
Places the note at the specified location.
Synopsis
#include <ProNote.h>
ProErrorProNotePlacementSet(
ProNote* p_note_item
/* (In)
The note to place
*/
ProNoteAttach note_att
/* (In)
An opaque handle for the note attachment
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully placed the note.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.
PRO_TK_BAD_CONTEXTThe note has a flat to screen annotation plane incompatible with the placement.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
  2. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )
  2. pt_examples ( TestSetup.c )
  3. pt_userguide ( UgSolidNoteCreate.c )