Description | |||||||||||||||||
Collect groups in the specified drawing. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcDetailItemOwner::ListDetailItems | ||||||||||||||||
pfcDetailSymbolDefItem::ListDetailItems | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlgroup.h> | |||||||||||||||||
ProError | ProDrawingDtlgroupsCollect | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle | |||||||||||||||||
*/ | |||||||||||||||||
int sheet | |||||||||||||||||
/* (In) | |||||||||||||||||
The sheet number | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlgroup** groups | |||||||||||||||||
/* (Out) | |||||||||||||||||
The pointer to ProArray of ProDtlgroup handles. The function allocates memory for the array, user must release the memory using ProArrayFree. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|