Description | ||||||||||||||
Visits the annotation elements in a given feature. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAnnotationElem.h> | ||||||||||||||
ProError | ProFeatureAnnotationelemsVisit | ( | ||||||||||||
ProFeature* feat | ||||||||||||||
/* (In) | ||||||||||||||
The feature. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationelemVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
The visit function for the annotation elements. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationelemFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
The filter function for the annotation elements. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
Application data passed to the visit and filter actions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|