Category 3D drawings and annotations, Object ProAnnotationelem

Callback ProAnnotationelemFilterAction


Description
This is the generic function for filtering an annotation element.
Synopsis
#include <ProAnnotationElem.h>
ProError(*ProAnnotationelemFilterAction)(
ProAnnotationElem* element
/* (In)
The annotation element
*/
ProAppData data
/* (In)
The application data passed to the calling function
*/
)
Returns
PRO_TK_CONTINUESkip visiting this element and go to the next.
OtherCall the visit action for this element. The return value is passed as input to the visit action.

Manual References:

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