Description | |||||||||||||||||
Collect symbol instances in the specified drawing | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcDetailItemOwner::ListDetailItems | ||||||||||||||||
pfcDetailSymbolDefItem::ListDetailItems | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlsyminst.h> | |||||||||||||||||
ProError | ProDrawingDtlsyminstsCollect | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle. | |||||||||||||||||
*/ | |||||||||||||||||
int sheet | |||||||||||||||||
/* (In) | |||||||||||||||||
The sheet number. If the value is PRO_VALUE_UNUSED, the function uses the current sheet. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsyminst** syminsts | |||||||||||||||||
/* (Out) | |||||||||||||||||
The pointer to ProArray of ProDtlsyminst. The function allocates memory for array. User must release memory by ProArrayFree. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|