Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachLeaderAdd


Description
Adds a leader to the specified note. This function supersedes the function ProNoteAttachAddend().
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachLeaderAdd(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSELicense check failure.
PRO_TK_BAD_CONTEXTInvalid leader type for this note attachment.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
  2. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments