ConfigurationFeatureAspectStringCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationFeatureAspectStringCell_var" is a variable referencing a ConfigurationFeatureAspectStringCell object.

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

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

Property Value

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

Version

Introduced in version September 2024