ConfigurationFeatureAspectColumn.aspectType Property

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

Description

Gets the type of feature aspect this column is controlling.

Syntax

"configurationFeatureAspectColumn_var" is a variable referencing a ConfigurationFeatureAspectColumn object.

# Get the value of the property.
propertyValue = configurationFeatureAspectColumn_var.aspectType
"configurationFeatureAspectColumn_var" is a variable referencing a ConfigurationFeatureAspectColumn object.
#include <Fusion/Configurations/ConfigurationFeatureAspectColumn.h>

// Get the value of the property.
ConfigurationFeatureAspectTypes propertyValue = configurationFeatureAspectColumn_var->aspectType();

Property Value

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

Version

Introduced in version September 2024