ParameterList.count Property

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

Description

Returns the number of parameters in the collection.

Syntax

"parameterList_var" is a variable referencing a ParameterList object.

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

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

Property Value

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

Version

Introduced in version August 2014