Category Drawings and detail, Object ProDtlattach

Function ProDtlattachArrowtypeGet


Description
Returns the type of arrowhead used for this particular detail item attachment. Valid only for ProDtlattach which were obtained from ProDtlsyminstdataLeadersCollect and ProDtlnotedataLeadersCollect. Other types of detail attachments would not have arrows.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlattach.h>
ProErrorProDtlattachArrowtypeGet(
ProDtlattach attach
/* (In)
The leader attachment structure.
*/
ProLeaderType* arrow_type
/* (Out)
The type of arrowhead used for the attached leader.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThis attachment is not a leader and does not include an arrow.

Manual References:

  1. Drawings: Detail Attachments and Leaders
  2. Drawings: Detail Attachments and Leaders