Share

UserParameters.asArray Method

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

Description

Returns the user parameters in the design as an array.

Syntax

"userParameters_var" is a variable referencing a UserParameters object.
returnValue = userParameters_var.asArray()

Return Value

Type Description
UserParameter[] Returns an array of the user parameters in the design.

Version

Introduced in version September 2024

Was this information helpful?