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