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