| Description |
| Sets the parameter value in terms of the units provided, instead of using the units of the owner model. |
| Replacement in Object TOOLKIT: | pfcParameter::SetScaledValue |
| Synopsis |
| #include <ProParameter.h> |
| ProError | ProParameterScaledvalueSet | ( |
| ProParameter* param | |
| /*
(In) |
| The handle of the parameter to set |
| */ |
| ProParamvalue* proval | |
| /*
(In) |
| The value. |
| */ |
| ProUnititem* units | |
| /*
(In) |
| The units in which the value is expressed. 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. |
| */ |
| ) |
| Returns |
|
|