Share

ConfigurationSuppressCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationSuppressCell_var" is a variable referencing a ConfigurationSuppressCell object.

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

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?