Description | |||||||||||||||||
Collect symbol definitions in the specified drawing. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcDetailItemOwner::ListDetailItems | ||||||||||||||||
pfcDetailSymbolDefItem::ListDetailItems | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlsymdef.h> | |||||||||||||||||
ProError | ProDrawingDtlsymdefsCollect | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsymdef** symdefs | |||||||||||||||||
/* (Out) | |||||||||||||||||
The pointer to the array of symbol definitions. The function allocates ProArray. User must release the memory by ProArrayFree. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|