ConfigurationSuppressCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationSuppressCell_var" is a variable referencing a ConfigurationSuppressCell object.

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

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

Property Value

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

Version

Introduced in version January 2024