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
"configurationThemeCell_var" Is a variable referencing a ConfigurationThemeCell Object.
#include <Fusion/Configurations/ConfigurationThemeCell.h>

// Get the value of the property.
Ptr<ConfigurationThemeColumn> propertyValue = configurationThemeCell_var->parentColumn();
"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