Description | ||||||||
Retrieves the default action from the ProSimprepdata structure.
NOTE: Operates on assemblies only, not parts. |
||||||||
Replacement in Object TOOLKIT: | pfcSimpRep::GetInstructions | |||||||
Synopsis | ||||||||
#include <ProSimprepdata.h> | ||||||||
ProError | ProSimprepdataDefltGet | ( | ||||||
ProSimprepdata* p_data | ||||||||
/* (In) | ||||||||
The pointer to the ProSimprepdata structure | ||||||||
*/ | ||||||||
ProSimprepActionType* p_action | ||||||||
/* (Out) | ||||||||
The pointer to the default action type (PRO_SIMPREP_INCLUDE or PRO_SIMPREP_EXCLUDE) | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|