ConfigurationFeatureAspectStringCell.parentColumn Property
Parent Object:
ConfigurationFeatureAspectStringCellDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationFeatureAspectStringCell.h>
Description
Returns the column this cell is in.
Syntax
"configurationFeatureAspectStringCell_var" is a variable referencing a ConfigurationFeatureAspectStringCell object.
# Get the value of the property. propertyValue = configurationFeatureAspectStringCell_var.parentColumn
|
"configurationFeatureAspectStringCell_var" is a variable referencing a ConfigurationFeatureAspectStringCell object.
#include <Fusion/Configurations/ConfigurationFeatureAspectStringCell.h>
// Get the value of the property. Ptr<ConfigurationFeatureAspectColumn> propertyValue = configurationFeatureAspectStringCell_var->parentColumn();
|
Property Value
This is a read only property whose value is a
ConfigurationFeatureAspectColumn.
Version
Introduced in version September 2024