Description | |||||||||||||||||
Sets the value given with units of an existing ProParameter. | |||||||||||||||||
Replacement in Object TOOLKIT: | wfcWParameter::SetValueWithUnits | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProParameter.h> | |||||||||||||||||
ProError | ProParameterValueWithUnitsSet | ( | |||||||||||||||
ProParameter* param | |||||||||||||||||
/* (In) | |||||||||||||||||
The handle of the parameter to set | |||||||||||||||||
*/ | |||||||||||||||||
ProParamvalue* proval | |||||||||||||||||
/* (In) | |||||||||||||||||
The new value. The value assumed to be in the units specified by units argument (when the units argument is not NULL) or in the units of the owner model, when argument units is NULL. | |||||||||||||||||
*/ | |||||||||||||||||
ProUnititem* units | |||||||||||||||||
/* (In) | |||||||||||||||||
The new units. The units must be the same quantity type as the parameter's units (i.e. if the units are "inch", a value can be expressed in "cm"). Can be NULL. If you pass NULL, the function will assume the units of the owner model. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|