ConfigurationAppearanceCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationAppearanceCell_var" is a variable referencing a ConfigurationAppearanceCell object.

# Get the value of the property.
propertyValue = configurationAppearanceCell_var.parentColumn
"configurationAppearanceCell_var" is a variable referencing a ConfigurationAppearanceCell object.
#include <Fusion/Configurations/ConfigurationAppearanceCell.h>

// Get the value of the property.
Ptr<ConfigurationAppearanceColumn> propertyValue = configurationAppearanceCell_var->parentColumn();

Property Value

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

Version

Introduced in version January 2024