DerivedParameter.valueType Property

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

Description

Returns the type of value this parameter 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

"derivedParameter_var" is a variable referencing a DerivedParameter object.

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

// Get the value of the property.
ParameterValueTypes propertyValue = derivedParameter_var->valueType();
"derivedParameter_var" is a variable referencing a DerivedParameter object.
#include <Fusion/Fusion/DerivedParameter.h>

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

Property Value

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

Version

Introduced in version January 2026