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
"baseFeatures_var" is a variable referencing a BaseFeatures object.
#include <Fusion/Features/BaseFeatures.h>

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

Property Value

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

Version

Introduced in version September 2015