ConfigurationInsertCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationInsertCell_var" is a variable referencing a ConfigurationInsertCell object.

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

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

Property Value

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

Version

Introduced in version January 2024