API 설명서 > 3D drawings and annotations > Object ProNote > Function ProNoteAttachLeadersGet
Function ProNoteAttachLeadersGet
Description
Retrieves the leaders for the specified note.
Note:Requires the owner of the note to be displayed.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProNote.h>
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.
*/
/* (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
The function succeeded.
One or more inputs was invalid.
The note attachment structure does not have any leader endpoints.
License check failure.
User Guide References
도움이 되셨나요?