ConfigurationInsertStandardDesignCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationInsertStandardDesignCell_var" is a variable referencing a ConfigurationInsertStandardDesignCell object.

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

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

Property Value

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

Version

Introduced in version September 2025