Description | ||||||||
Sets the value of the temp field in the specified ProSimprepdata structure.
NOTE: Operates on assemblies only, not parts. The temporary simplified representation value can be set only for newly created representations. For existing representations it is controlled by Creo. |
||||||||
Synopsis | ||||||||
#include <ProSimprepdata.h> | ||||||||
ProError | ProSimprepdataTmpvalSet | ( | ||||||
ProSimprepdata* p_data | ||||||||
/* (In) | ||||||||
The pointer to the ProSimprepdata structure | ||||||||
*/ | ||||||||
ProBoolean temp | ||||||||
/* (In) | ||||||||
A Boolean value that indicates whether it is a temporary simplified representation (PRO_B_TRUE if it is temporary) | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|