Share

FloatSliderCommandInput.maximumValue Property

Parent Object: FloatSliderCommandInput
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/FloatSliderCommandInput.h>

Description

Gets and sets maximum value of the slider in database units. Gets a failure when set if the value of this command input was added by value list.

Syntax

"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object.

# Get the value of the property.
propertyValue = floatSliderCommandInput_var.maximumValue

# Set the value of the property.
floatSliderCommandInput_var.maximumValue = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version June 2015

Was this information helpful?