ConfigurationParameterCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationParameterCell_var" is a variable referencing a ConfigurationParameterCell object.

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

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

Property Value

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

Version

Introduced in version January 2024