FloatSliderCommandInput.maximumValue Property
Parent Object:
FloatSliderCommandInputDefined 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 |
"floatSliderCommandInput_var" is a variable referencing a FloatSliderCommandInput object.
#include <Core/UserInterface/FloatSliderCommandInput.h>
// Get the value of the property. double propertyValue = floatSliderCommandInput_var->maximumValue();
// Set the value of the property, where value_var is a double. bool returnValue = floatSliderCommandInput_var->maximumValue(value_var); |
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version June 2015