Category Windows and views, Object ProView

Callback ProViewFilterAction


Description
The generic function for filtering a drawing view.
Synopsis
#include <ProDrawing.h>
ProError(*ProViewFilterAction)(
ProDrawing drawing
/* (In)
The drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProAppData data
/* (In)
The application data passed to the function ProDrawingViewVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this drawing view and go to the next.
OtherCall the visit action for this drawing view. The return value is passed as input to the visit action.