Share

ConfigurationMaterialCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationMaterialCell_var" is a variable referencing a ConfigurationMaterialCell object.

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

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?