Share

BooleanProperty.value Property

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

Description

Gets and sets the value of this property.

Syntax

"booleanProperty_var" is a variable referencing a BooleanProperty object.

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

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?