
Replacement in Object TOOLKIT: |

ProFeatureGeomitemVisit | |
( ProFeature* p_feat_handle /* (In) The feature handle. */ ProType item_type /* (In) The type of items to visit. */ ProGeomitemAction action /* (In) The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. */ ProGeomitemFilter filter /* (In) The filter function. If NULL, all items are visited using the action function. ProFeatureGeomitemVisit() will stop visiting if PRO_TK_GENERAL_ERROR is returned by the filter. */ ProAppData app_data /* (In) The application data passed to the filter and visiting functions. */ ) |

The function successfully visited all the items. | |
One or more arguments was invalid. | |
Other | The action function returned a value other than PRO_TK_NO_ERROR and visiting stopped. |

