
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. */ ) |

The function successfully visited all the parameters. | |
The function could not find the needed objects. | |
One or more of the input arguments are invalid. | |
The owner was not found. | |
Other | The action function returned an error. |


