ConfigurationSheetMetalRuleColumn.component Property

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

Description

Returns the Component being modified by this column. This property returns null when the table being queried was obtained from a DataFile object.

Syntax

"configurationSheetMetalRuleColumn_var" is a variable referencing a ConfigurationSheetMetalRuleColumn object.

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

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

Property Value

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

Version

Introduced in version January 2024