Share

ConfigurationParameterCell.parentColumn Property

Parent Object: ConfigurationParameterCell
Defined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationParameterCell.h>

Description

Returns the column this cell is in. From the column, you can get the parameter object being controlled.

Syntax

"configurationParameterCell_var" is a variable referencing a ConfigurationParameterCell object.

# Get the value of the property.
propertyValue = configurationParameterCell_var.parentColumn

Property Value

This is a read only property whose value is a ConfigurationParameterColumn.

Version

Introduced in version January 2024

Was this information helpful?