ConfigurationCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationCell_var" is a variable referencing a ConfigurationCell object.

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

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

Property Value

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

Version

Introduced in version January 2024