Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataLeadersCollect


Description
Collect leaders for the specified symbol instance.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::InstAttachment
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataLeadersCollect(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDtlattach** leaders
/* (Out)
The pointer to ProArray of ProDtlattach structures. The function allocates memory for array. User must release memory by ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully collected the attachments.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.
PRO_TK_E_NOT_FOUNDNo leaders were found.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Detail Attachments and Leaders
  2. Drawings: Symbol Instance Data
  3. Drawings: Symbol Instance Data