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