Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachLeaderRemove


Description
Removes a leader from the note attachment structure.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachLeaderRemove(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
int leader_index
/* (In)
The index of the leader endpoint (obtain through the endpoints array returned by ProNoteAttachLeadersGet().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSELicense check failure.

Manual References:

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