ConfigurationSheetMetalRuleTable.parentTableColumn Property

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

Description

Returns the column in the top table that references this sheet metal rule table.

Syntax

"configurationSheetMetalRuleTable_var" is a variable referencing a ConfigurationSheetMetalRuleTable object.

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

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

Property Value

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

Version

Introduced in version March 2024