Description | |||||||||||||||||
Collect all entities in the specified drawing and sheet.
Note : The function cannot access symbol definitions for special symbols, such as, datum targets or parametric connector symbols. |
|||||||||||||||||
Replacement in Object TOOLKIT: | pfcDetailItemOwner::ListDetailItems | ||||||||||||||||
pfcDetailItemOwner::GetDetailItem | |||||||||||||||||
pfcDetailSymbolDefItem::GetDetailItem | |||||||||||||||||
pfcDetailSymbolDefItem::ListDetailItems | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlentity.h> | |||||||||||||||||
ProError | 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(). | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|