Share

ConfigurationSuppressCell.isSuppressed Property

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

Description

Specifies if the feature is suppressed or not. This property behaves as read-only when the table is obtained from a DataFile.

Syntax

"configurationSuppressCell_var" is a variable referencing a ConfigurationSuppressCell object.

# Get the value of the property.
propertyValue = configurationSuppressCell_var.isSuppressed

# Set the value of the property.
configurationSuppressCell_var.isSuppressed = propertyValue

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?