Documentação da API > Features > Object ProFeature > Function ProFeatureAnnotationelemsVisit
Function ProFeatureAnnotationelemsVisit
Description
Visits the annotation elements in a given feature.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
ProFeatureAnnotationelemsVisit
(
/* (In)
The feature.
*/
/* (In)
The visit function for the annotation elements.
*/
/* (In)
The filter function for the annotation elements. Can be NULL.
*/
/* (In)
Application data passed to the visit and filter actions.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
No annotation elements were found in the feature.
Other
Error returned by the visit action.
Sample Code References
User Guide References
Isto foi útil?