Description | |||||||||||||||||
Visit entities in the specified symbol definition. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for 3D Drawings | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlsymdef.h> | |||||||||||||||||
ProError | ProSolidDtlsymdefEntityVisit | ( | |||||||||||||||
ProDtlsymdef* def | |||||||||||||||||
/* (In) | |||||||||||||||||
The symbol definition. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsymdefItemVisitAction visit_action | |||||||||||||||||
/* (In) | |||||||||||||||||
Entity visit action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsymdefItemFilterAction filter_action | |||||||||||||||||
/* (In) | |||||||||||||||||
Entity filter action function. If NULL, all symbol definitions are visited using the action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProAppData appdata | |||||||||||||||||
/* (In) | |||||||||||||||||
The application data. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|