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