Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachOnitemGet


Description
Gets a note attachment's "On item" reference.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachOnitemGet(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
ProSelection* on_item
/* (Out)
The selection item for the note attachment.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added a leader to the note.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe note attachment does not contain an on item attachment.
PRO_TK_NO_LICENSELicense check failure.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing the Note Placement
  2. Annotations: Annotation Features and Annotations: Accessing the Note Placement