Category View manager, Object ProSimprepdata

Function ProSimprepdataDefltSet


Description
Sets the default action in the ProSimprepdata structure.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: wfcWSimpRep::SetSimpRepInstructionDefaultAction
Synopsis
#include <ProSimprepdata.h>
ProErrorProSimprepdataDefltSet(
ProSimprepdata* p_data
/* (In)
The pointer to the ProSimprepdata structure
*/
ProSimprepActionType action
/* (In)
The default action type (PRO_SIMPREP_INCLUDE or PRO_SIMPREP_EXCLUDE)
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the default action.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Assembly: Simplified Representations: Modifying Simplified Representations

Sample Code References:

  1. pt_examples ( TestSimpRep.c )