ConfigurationSheetMetalRuleCell.parentColumn Property
Parent Object:
ConfigurationSheetMetalRuleCellDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationSheetMetalRuleCell.h>
Description
Returns the column this cell is in.
Syntax
"configurationSheetMetalRuleCell_var" is a variable referencing a ConfigurationSheetMetalRuleCell object.
# Get the value of the property. propertyValue = configurationSheetMetalRuleCell_var.parentColumn
|
"configurationSheetMetalRuleCell_var" is a variable referencing a ConfigurationSheetMetalRuleCell object.
#include <Fusion/Configurations/ConfigurationSheetMetalRuleCell.h>
// Get the value of the property. Ptr<ConfigurationSheetMetalRuleColumn> propertyValue = configurationSheetMetalRuleCell_var->parentColumn();
|
Property Value
This is a read only property whose value is a
ConfigurationSheetMetalRuleColumn.
Version
Introduced in version January 2024