Category Drawings and detail, Object ProDtlattach

Function ProDtlattachArrowtypeSet


Description
Sets the type of arrowhead to be 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>
ProErrorProDtlattachArrowtypeSet(
ProDtlattach attach
/* (In)
The leader attachment structure.
*/
ProLeaderType arrow_type
/* (In)
The type of arrowhead to be used for the attached leader.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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