Documentation de l'API > Windows and views > Object ProView > Callback ProViewFilterAction
Callback ProViewFilterAction
Description
The generic function for filtering a drawing view.
Synopsis
#include <ProDrawing.h>
(*ProViewFilterAction)
(
ProDrawing drawing
/* (In)
The drawing handle
*/
ProView view
/* (In)
The view handle
*/
/* (In)
The application data passed to the function ProDrawingViewVisit()
*/
)
Returns
Skip visiting this drawing view and go to the next.
Other
Call the visit action for this drawing view. The return value is passed as input to the visit action.
Est-ce que cela a été utile ?