API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingDtlgroupsCollect
Function ProDrawingDtlgroupsCollect
Description
Collect groups in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlgroup.h>
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
The function successfully collected the groups.
One or more arguments was invalid.
The function failed.
No groups were found.
The function found too many entities to be contained in the output ProArray. Use ProDrawingDtlgroupVisit instead.
Sample Code References
User Guide References
도움이 되셨나요?