ScaleFeatures.count Property

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

Description

The number of scale features in the collection.

Syntax

"scaleFeatures_var" is a variable referencing a ScaleFeatures object.

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

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

Property Value

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

Version

Introduced in version January 2015