API 설명서 > Parameters and relations > Object ProParameter > Function ProParameterScaledvalueSet
Function ProParameterScaledvalueSet
Description
Sets the parameter value in terms of the units provided, instead of using the units of the owner model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParameterScaledvalueSet
(
/* (In)
The handle of the parameter to set
*/
/* (In)
The value.
*/
/* (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
The function successfully set the value.
Model is in read-only state.
The owner was not found.
One or more arguments was invalid.
The unit type provided does not match the units of the parameter.
The parameter was not found, or the function could not perform the action.
User Guide References
도움이 되셨나요?