Category Features, Object ProFeature

Function ProFeatureAnnotationelemsVisit


Description
Visits the annotation elements in a given feature.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProFeatureAnnotationelemsVisit(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDNo annotation elements were found in the feature.
OtherError returned by the visit action.

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Annotation Elements
  2. Annotations: Annotation Features and Annotations: Visiting Annotation Elements

Sample Code References:

  1. pt_af_examples ( PTAFNotesUpdate.c )
  2. pt_af_examples ( PTAFNotesUpdate.c )
  3. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  4. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )