
Replacement in Object TOOLKIT: |

ProSurfaceContourVisit | |
( ProSurface p_surface /* (In) The surface handle. */ ProSurfaceContourVisitAction action /* (In) The action function called for each contour being visited. Visiting stops if this function returns anything other than PRO_TK_NO_ERROR. */ /* (In) The filter function called for each contour before the action is taken. If this function returns PRO_TK_CONTINUE, the action function skips that contour. Any other return value is passed to the action function. If NULL, all contours are visited using the action function. */ ProAppData app_data /* (In) The application data passed to the action and filter functions. */ ) |

The function successfully visited all the contours. | |
One or more of the arguments are invalid. | |
No contours were visited (either because of the filter or for another reason). | |
Other | Any other value is the value returned from the action function (visiting stopped). |


