Description | ||||||||
Allocates a ProSimprepdata structure.
NOTE: Operates on assemblies only, not parts. |
||||||||
Replacement in Object TOOLKIT: | pfcSimpRep::SetInstructions | |||||||
Synopsis | ||||||||
#include <ProSimprepdata.h> | ||||||||
ProError | ProSimprepdataAlloc | ( | ||||||
ProName name | ||||||||
/* (In) | ||||||||
The name of the simplified representation. | ||||||||
*/ | ||||||||
ProBoolean temp | ||||||||
/* (In) | ||||||||
Set this to PRO_B_TRUE if the representation is temporary. Otherwise, set this to PRO_B_FALSE. | ||||||||
*/ | ||||||||
ProSimprepActionType deflt | ||||||||
/* (In) | ||||||||
The default action to be applied to the items (PRO_SIMP_INCLUDE or PRO_SIMPREP_EXCLUDE). | ||||||||
*/ | ||||||||
ProSimprepdata** p_result | ||||||||
/* (Out) | ||||||||
The pointer to the allocated structure. To free the memory, call ProSimprepdataFree(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProSimprepdataFree |