API-Dokumentation > Assembly > Object ProProcstep > Function ProProcstepNumberGet
Function ProProcstepNumberGet
Description
Retrieves the process step number from the specified solid.
Synopsis
#include <ProProcstep.h>
ProProcstepNumberGet
(
ProSolid p_solid
/* (In)
The solid that corresponds to the process step.
*/
ProProcstep* p_proc_step
/* (In)
The process step handle.
*/
int* r_step_number
/* (Out)
The step number in the active step list. If there is an error, this is initialized to PRO_VALUE_UNUSED.
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
The specified p_proc_step is invalid.
Sample Code References
User Guide References
War dies hilfreich?