Share

ValueCommandInput.isMinimumInclusive Property

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

Description

Gets and sets if the minimum value can be equal to the value defined by the minimumValue property or if it must be greater than.

When a new ValueCommandInput is created, this defaults to true.

Syntax

"valueCommandInput_var" is a variable referencing a ValueCommandInput object.

# Get the value of the property.
propertyValue = valueCommandInput_var.isMinimumInclusive

# Set the value of the property.
valueCommandInput_var.isMinimumInclusive = propertyValue

Property Value

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

Version

Introduced in version November 2022

Was this information helpful?