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