Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachLeadersGet


Description
Retrieves the leaders for the specified note.

Note:Requires the owner of the note to be displayed.

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachLeadersGet(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
ProSelection** endpoints
/* (Out)
ProArray of leader endpoints. Free this array using ProSelectionarrayFree(). Pass NULL if not interested in this value.
*/
ProNoteAttachAttr** attrs
/* (Out)
ProArray of attachment attributes for each endpoint. Free this array using ProArrayFree(). Pass NULL if not interested in this value.
*/
ProLeaderType** arrow_types
/* (Out)
ProArray of arrow types for each endpoint. Free this array using ProArrayFree(). Pass NULL if not interested in this value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDThe note attachment structure does not have any leader endpoints.
PRO_TK_NO_LICENSELicense check failure.

Manual References:

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