API 文件集 > View manager > Object ProSimprepdata > Function ProSimprepdataTmpvalGet
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:
Synopsis
#include <ProSimprepdata.h>
ProSimprepdataTmpvalGet
(
/* (In)
The pointer to the ProSimprepdata structure
*/
ProBoolean* p_temp
/* (Out)
The pointer to the retrieved temp value
*/
)
Returns
The function successfully retrieved the value.
The input argument is invalid.
Sample Code References
這是否有幫助?