| Description |
| Returns the handle to the specified process step. |
| Synopsis |
| #include <ProProcstep.h> |
| ProError | ProProcstepInit | ( |
| ProSolid p_solid | |
| /*
(In) |
| The solid that contains the process step. |
| */ |
| int step_number | |
| /*
(In) |
| The number of the process step in the active step list. If you specify this argument, the function ignores step_id. |
| */ |
| int step_id | |
| /*
(In) |
| The identifier of the process step, if you did not specify the number (you specified PRO_VALUE_UNUSED). |
| */ |
| ProProcstep* p_proc_step | |
| /*
(Out) |
| The handle to the process step, if found. |
| */ |
| ) |
| Returns |
|
|