| Description |
| The generic function for visiting a drawing view. |
| Synopsis |
| #include <ProDrawing.h> |
| ProError | (*ProViewVisitAction) | ( |
| ProDrawing drawing | |
| /*
(In) |
| The drawing handle |
| */ |
| ProView view | |
| /*
(In) |
| The view handle |
| */ |
| ProError filter_status | |
| /*
(In) |
| The status returned by a filter function |
| */ |
| ProAppData data | |
| /*
(In) |
| The application data passed to the function ProDrawingViewVisit() |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | Continue visiting. |
| Any other value | | Stop visiting and return this error from the visit function. |
|