Share

GroupCommandInput.isEnabledCheckBoxChecked Property

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

Description

Gets or sets if the enabled check-box is checked or not. This is only valid when the isEnabledCheckBoxDisplayed property is true.

Syntax

"groupCommandInput_var" is a variable referencing a GroupCommandInput object.

# Get the value of the property.
propertyValue = groupCommandInput_var.isEnabledCheckBoxChecked

# Set the value of the property.
groupCommandInput_var.isEnabledCheckBoxChecked = propertyValue

Property Value

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

Version

Introduced in version November 2016

Was this information helpful?