Share

ConfigurationThemeCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationThemeCell_var" is a variable referencing a ConfigurationThemeCell object.

# Get the value of the property.
propertyValue = configurationThemeCell_var.parentColumn

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?