ConfigurationCustomThemeTable.parentTableColumn Property
Parent Object:
ConfigurationCustomThemeTableDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationCustomThemeTable.h>
Description
Returns the column in the top table that references this custom theme table.
Syntax
"configurationCustomThemeTable_var" is a variable referencing a ConfigurationCustomThemeTable object.
# Get the value of the property. propertyValue = configurationCustomThemeTable_var.parentTableColumn
|
"configurationCustomThemeTable_var" is a variable referencing a ConfigurationCustomThemeTable object.
#include <Fusion/Configurations/ConfigurationCustomThemeTable.h>
// Get the value of the property. Ptr<ConfigurationThemeColumn> propertyValue = configurationCustomThemeTable_var->parentTableColumn();
|
Property Value
This is a read only property whose value is a
ConfigurationThemeColumn.
Version
Introduced in version January 2024