Documentação da API > Assembly > Object ProProcstep > Function ProProcstepVisit
Function ProProcstepVisit
Description
Visits all the process steps in the specified solid.
Synopsis
#include <ProProcstep.h>
ProProcstepVisit
(
ProSolid p_solid
/* (In)
The solid.
*/
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
/* (In)
The filter function. If NULL, all process steps are visited using the action function.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the process steps.
One or more of the arguments are invalid.
No process steps were found.
Other
Any other value is the value returned by the action function (visiting stopped).
Sample Code References
User Guide References
Isto foi útil?