
Replacement in Object TOOLKIT: |

ProDrawingDtlentitiesCollect | |
( ProDrawing drawing /* (In) The drawing */ ProDtlsymdef* symbol /* (In) If you are collecting a detail item in the drawing, set the parent to NULL. If you are collecting draft entity in a symbol definition, set the parent to be that symbol definition. */ int sheet /* (In) The sheet number. If the value is PRO_VALUE_UNUSED, the function uses the current sheet. */ ProDtlentity** entities /* (Out) A list of views. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). */ ) |

Success | |
One or more arguments was invalid. | |
The function failed. | |
No entities were found. | |
The function found too many entities to be contained in the output ProArray. Use ProDrawingDtlentityVisit instead. |


