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> | ||||||||||||||
ProError | ProNoteAttachLeadersGet | ( | ||||||||||||
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 | ||||||||||||||
|