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
"integerSpinnerCommandInput_var" is a variable referencing an IntegerSpinnerCommandInput object.
#include <Core/UserInterface/IntegerSpinnerCommandInput.h>

// Get the value of the property.
integer propertyValue = integerSpinnerCommandInput_var->value();

// Set the value of the property, where value_var is an integer.
bool returnValue = integerSpinnerCommandInput_var->value(value_var);

Property Value

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

Version

Introduced in version July 2015