API Documentation > 3D drawings and annotations > Object ProDtlsyminstdata > Function ProDtlsyminstdataLeadersCollect
Function ProDtlsyminstdataLeadersCollect
Description
Collect leaders for the specified symbol instance.
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataLeadersCollect
(
/* (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
The function successfully collected the attachments.
One or more arguments were invalid.
No leaders were found.
Not enough memory.
User Guide References
Was this helpful?