Share

BaseFeatures.count Property

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

Description

The number of base features in the collection.

Syntax

"baseFeatures_var" is a variable referencing a BaseFeatures object.

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

Property Value

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

Version

Introduced in version September 2015

Was this information helpful?