Category
Assembly
, Object
ProProcstep
Function ProProcstepActiveSet
Description
Activates the process step.
Synopsis
#include <
ProProcstep.h
>
ProError
ProProcstepActiveSet
(
ProSolid
p_solid
/* (In)
The solid that corresponds to the process step
*/
ProProcstep
*
p_proc_step
/* (In)
The process step
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully activated the process step.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
PRO_TK_E_NOT_FOUND
The specified process step was not found in the model.
Manual References:
Production Applications: Process Planning: Process Step Access
Production Applications: Process Planning: Process Step Access
Sample Code References:
pt_examples ( TestProcstep.c )
pt_examples ( TestProcstep.c )