ConfigurationPlasticRuleTable.parentTableColumn Property

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

Description

Returns the column in the top table that references this plastic rule table.

Syntax

"configurationPlasticRuleTable_var" is a variable referencing a ConfigurationPlasticRuleTable object.

# Get the value of the property.
propertyValue = configurationPlasticRuleTable_var.parentTableColumn
"configurationPlasticRuleTable_var" is a variable referencing a ConfigurationPlasticRuleTable object.
#include <Fusion/Configurations/ConfigurationPlasticRuleTable.h>

// Get the value of the property.
Ptr<ConfigurationThemeColumn> propertyValue = configurationPlasticRuleTable_var->parentTableColumn();

Property Value

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

Version

Introduced in version March 2024