ConfigurationParameterCell.valueType Property

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

Description

Returns the type of value this parameter cell is. For a numeric parameter, you can get the value using the value property. For a text parameter, you can get the value using the textValue property.

Syntax

"configurationParameterCell_var" is a variable referencing a ConfigurationParameterCell object.

# Get the value of the property.
propertyValue = configurationParameterCell_var.valueType
"configurationParameterCell_var" is a variable referencing a ConfigurationParameterCell object.
#include <Fusion/Configurations/ConfigurationParameterCell.h>

// Get the value of the property.
ParameterValueTypes propertyValue = configurationParameterCell_var->valueType();

Property Value

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

Version

Introduced in version January 2026