ConfigurationThemeCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationThemeCell_var" is a variable referencing a ConfigurationThemeCell object.

# Get the value of the property.
propertyValue = configurationThemeCell_var.parentRow
"configurationThemeCell_var" is a variable referencing a ConfigurationThemeCell object.
#include <Fusion/Configurations/ConfigurationThemeCell.h>

// Get the value of the property.
Ptr<ConfigurationRow> propertyValue = configurationThemeCell_var->parentRow();

Property Value

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

Version

Introduced in version January 2024