UserParameters.count Property

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

Description

Returns the number of parameters in the collection.

Syntax

"userParameters_var" is a variable referencing a UserParameters object.

# Get the value of the property.
propertyValue = userParameters_var.count
"userParameters_var" is a variable referencing a UserParameters object.
#include <Fusion/Fusion/UserParameters.h>

// Get the value of the property.
uinteger propertyValue = userParameters_var->count();

Property Value

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

Version

Introduced in version August 2014