Category View manager, Object ProSimprepdata

Function ProSimprepdataTmpvalGet


Description
Retrieves the value of the temp field from the specified ProSimprepdata structure.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: wfcWSimpRep::GetSimprepdataTempvalue
Synopsis
#include <ProSimprepdata.h>
ProErrorProSimprepdataTmpvalGet(
ProSimprepdata* p_data
/* (In)
The pointer to the ProSimprepdata structure
*/
ProBoolean* p_temp
/* (Out)
The pointer to the retrieved temp value
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the value.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Simplified Representations: Extracting Information About Simplified Representations
  2. Assembly: Simplified Representations: Extracting Information About Simplified Representations

Sample Code References:

  1. pt_examples ( TestSimpRep.c )
  2. pt_userguide ( UgSimprepInfo.c )