Share

IntegerSpinnerCommandInput.value Property

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

Description

Gets and sets the value associated with this input.

Syntax

"integerSpinnerCommandInput_var" is a variable referencing an IntegerSpinnerCommandInput object.

# Get the value of the property.
propertyValue = integerSpinnerCommandInput_var.value

# Set the value of the property.
integerSpinnerCommandInput_var.value = propertyValue

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version July 2015

Was this information helpful?