Share

ConfigurationFeatureAspectBooleanCell.value Property

Parent Object: ConfigurationFeatureAspectBooleanCell
Defined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationFeatureAspectBooleanCell.h>

Description

Gets and sets the value of the property associated with the parent column of this cell.

Syntax

"configurationFeatureAspectBooleanCell_var" is a variable referencing a ConfigurationFeatureAspectBooleanCell object.

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

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

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?