ConfigurationAppearanceCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationAppearanceCell_var" is a variable referencing a ConfigurationAppearanceCell object.

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

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

Property Value

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

Version

Introduced in version January 2024