Category 3D drawings and annotations, Object ProAnnotationelem

Callback ProAnnotationelemVisitAction


Description
This is the generic function for visiting an annotation element.
Synopsis
#include <ProAnnotationElem.h>
ProError(*ProAnnotationelemVisitAction)(
ProAnnotationElem* element
/* (In)
The annotation element
*/
ProError filter_status
/* (In)
The filter function status
*/
ProAppData data
/* (In)
The application data passed to the calling function
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
OtherStop visiting and pass this error status to the calling function.

Manual References:

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