Share

UserParameter.value Property

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

Description

Gets and sets the real value (a double) of the parameter in database units. Setting this property will set/reset the expression value of the parameter

Syntax

"userParameter_var" is a variable referencing a UserParameter object.

# Get the value of the property.
propertyValue = userParameter_var.value

# Set the value of the property.
userParameter_var.value = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version November 2014

Was this information helpful?