API 文档 > 3D drawings and annotations > Object ProNote > Function ProNoteAttachLeaderAdd
Function ProNoteAttachLeaderAdd
Description
Adds a leader to the specified note. This function supersedes the function ProNoteAttachAddend().
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProNote.h>
ProNoteAttachLeaderAdd
(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
ProSelection one_end_sel
/* (In)
The selection for the end of the leader
*/
/* (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
The function succeeded.
One or more input arguments was invalid.
License check failure.
Invalid leader type for this note attachment.
这对您有帮助吗?