Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataLeadersSet


Description
Set leaders for the specified symbol instance.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::InstAttachment
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataLeadersSet(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDtlattach* leaders
/* (In)
ProArray of ProDtlattach structures. If this is NULL all leaders from data are removed. In this case attachment type must be changed to PROSYMDEFATTACHTYPE_FREE using ProDtlsyminstdataAttachmentSet()
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the leaders.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestDtlsyminst.c )