ConfigurationInsertColumn.parentTable Property
Parent Object:
ConfigurationInsertColumnDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationInsertColumn.h>
Description
Returns the parent table, either top or custom theme table, this column is in.
Syntax
"configurationInsertColumn_var" is a variable referencing a ConfigurationInsertColumn object.
# Get the value of the property. propertyValue = configurationInsertColumn_var.parentTable
|
"configurationInsertColumn_var" is a variable referencing a ConfigurationInsertColumn object.
#include <Fusion/Configurations/ConfigurationInsertColumn.h>
// Get the value of the property. Ptr<ConfigurationTable> propertyValue = configurationInsertColumn_var->parentTable();
|
Property Value
This is a read only property whose value is a
ConfigurationTable.
Version
Introduced in version March 2024