Category Parameters and relations, Object ProParameter

Function ProParameterScaledvalueGet


Description
Gets the parameter value in the units of the parameter, instead of the units of the owner model.
Replacement in Object TOOLKIT: pfcParameter::GetScaledValue
Synopsis
#include <ProParameter.h>
ProErrorProParameterScaledvalueGet(
ProParameter* param
/* (In)
The handle to the parameter to query
*/
ProParamvalue* proval
/* (Out)
The value.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more arguments are invalid.
PRO_TK_E_NOT_FOUNDThe owner was not found.
PRO_TK_GENERAL_ERRORThe parameter was not found, or the function could not perform the action.
See Also
ProParameterUnitsGet

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Parameters: Accessing Parameters
  3. Core: Parameters: Accessing Parameters

Sample Code References:

  1. pt_udf_examples ( PTUDFExParamInfo.c )