Description | ||||||||||||||
Retrieves the value and units of the specified ProParameter. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWParameter::GetValueWithUnits | |||||||||||||
Synopsis | ||||||||||||||
#include <ProParameter.h> | ||||||||||||||
ProError | ProParameterValueWithUnitsGet | ( | ||||||||||||
ProParameter* param | ||||||||||||||
/* (In) | ||||||||||||||
The handle to the parameter to query | ||||||||||||||
*/ | ||||||||||||||
ProParamvalue* proval | ||||||||||||||
/* (Out) | ||||||||||||||
The value currently held in the ProParameter The value is assumed to be in the specified units. Pass units as NULL to get value in units of owner model | ||||||||||||||
*/ | ||||||||||||||
ProUnititem* units | ||||||||||||||
/* (Out) | ||||||||||||||
The units in which the value is expressed. Pass NULL if unit is not required. If none found, an empty string will be returned. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|