Description | ||||||||||||||
Adds a leader to the specified note. This function supersedes the function ProNoteAttachAddend(). | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProNote.h> | ||||||||||||||
ProError | ProNoteAttachLeaderAdd | ( | ||||||||||||
ProNoteAttach note_att | ||||||||||||||
/* (In) | ||||||||||||||
The handle for the ProNoteAttach | ||||||||||||||
*/ | ||||||||||||||
ProSelection one_end_sel | ||||||||||||||
/* (In) | ||||||||||||||
The selection for the end of the leader | ||||||||||||||
*/ | ||||||||||||||
ProNoteAttachAttr attr | ||||||||||||||
/* (In) | ||||||||||||||
The attribute of this end attachment (normal, tangent, and so on) | ||||||||||||||
*/ | ||||||||||||||
ProLeaderType arrow_type | ||||||||||||||
/* (In) | ||||||||||||||
The arrow type. If the note is in the annotation plane, this must be PROLEADERTYPE_ARROWHEAD type. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|