ConfigurationVisibilityCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationVisibilityCell_var" is a variable referencing a ConfigurationVisibilityCell object.

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

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

Property Value

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

Version

Introduced in version January 2024