API Documentation > Assembly > Object ProProcstep > Function ProProcstepActiveGet
Function ProProcstepActiveGet
Description
Returns the current active process step.
Synopsis
#include <ProProcstep.h>
ProProcstepActiveGet
(
ProSolid solid
/* (In)
The solid that contains the current process step
*/
ProProcstep* p_proc_step
/* (Out)
The current active process step
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?