| Description |
| Performs an action on several external objects. |
| Synopsis |
| #include <ProExtobj.h> |
| ProError | ProExtobjVisit | ( |
| ProMdl model | |
| /*
(In) |
| The handle to the model. |
| */ |
| ProExtobjClass* extobjclass | |
| /*
(In) |
| The handle to the external object class. |
| */ |
| ProExtobjVisitAction visit_action | |
| /*
(In) |
| The action to perform on each external object. If the function returns anything other than PRO_TK_NO_ERROR, visiting ends. |
| */ |
| ProExtobjFilterAction filter_action | |
| /*
(In) |
| The filter function. If NULL, all external objects are visited using the action function. |
| */ |
| ProAppData app_data | |
| /*
(In) |
| The application data passed to the visiting and action functions. |
| */ |
| ) |
| Returns |
|
|