ConfigurationFeatureAspectBooleanCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationFeatureAspectBooleanCell_var" is a variable referencing a ConfigurationFeatureAspectBooleanCell object.

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

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

Property Value

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

Version

Introduced in version September 2024