
Replacement in Object TOOLKIT: |

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. */ ) |

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. |


