ConfigurationPlasticRuleCell.parentColumn Property

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

Description

Returns the column this cell is in.

Syntax

"configurationPlasticRuleCell_var" is a variable referencing a ConfigurationPlasticRuleCell object.

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

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

Property Value

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

Version

Introduced in version January 2024