ConfigurationRow.parentTable Property

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

Description

Returns the configuration table this row is a member of.

Syntax

"configurationRow_var" is a variable referencing a ConfigurationRow object.

# Get the value of the property.
propertyValue = configurationRow_var.parentTable
"configurationRow_var" is a variable referencing a ConfigurationRow object.
#include <Fusion/Configurations/ConfigurationRow.h>

// Get the value of the property.
Ptr<ConfigurationTable> propertyValue = configurationRow_var->parentTable();

Property Value

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

Version

Introduced in version March 2024