ConfigurationSuppressCell.isEffectivelySuppressed Property

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

Description

Returns whether the feature is effectively suppressed for this configuration row. This is true if the cell is implicitly suppressed by an upstream feature, or if the feature is explicitly suppressed in this cell

Syntax

"configurationSuppressCell_var" is a variable referencing a ConfigurationSuppressCell object.
# Get the value of the property.
propertyValue = configurationSuppressCell_var.isEffectivelySuppressed
"configurationSuppressCell_var" Is a variable referencing a ConfigurationSuppressCell Object.
#include <Fusion/Configurations/ConfigurationSuppressCell.h>

// Get the value of the property.
boolean propertyValue = configurationSuppressCell_var->isEffectivelySuppressed();
"configurationSuppressCell_var" Is a variable referencing a ConfigurationSuppressCell Object.
// Get the value of the property.
propertyValue = configurationSuppressCell_var.isEffectivelySuppressed;

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version July 2026