FloatSliderCommandInput.valueTwo Property
Parent Object: FloatSliderCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/FloatSliderCommandInput.h>
Description
Gets or sets the second value associated with this input. The value is always in the database units of the unit type specified. For example, if the unit type is "inch" this value is in centimeters since centimeters are the database length unit. When setting the value it is converted into a string using the unit type and displayed in the input box.
This property is only available when the hasTwoSliders property returns true.
Syntax
"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object. |
