ConfigurationSheetMetalRuleColumn.parentSheetMetalRuleTable Property

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

Description

Returns the parent sheet metal rule table this column is in.

Syntax

"configurationSheetMetalRuleColumn_var" is a variable referencing a ConfigurationSheetMetalRuleColumn object.

# Get the value of the property.
propertyValue = configurationSheetMetalRuleColumn_var.parentSheetMetalRuleTable
"configurationSheetMetalRuleColumn_var" is a variable referencing a ConfigurationSheetMetalRuleColumn object.
#include <Fusion/Configurations/ConfigurationSheetMetalRuleColumn.h>

// Get the value of the property.
Ptr<ConfigurationSheetMetalRuleTable> propertyValue = configurationSheetMetalRuleColumn_var->parentSheetMetalRuleTable();

Property Value

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

Version

Introduced in version January 2024