Share

FeatureList.count Property

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

Description

The number of features in this collection.

Syntax

"featureList_var" is a variable referencing a FeatureList object.

# Get the value of the property.
propertyValue = featureList_var.count

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?