SphereFeatures.count Property

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

Description

The number of sphere features in the collection.

Syntax

"sphereFeatures_var" is a variable referencing a SphereFeatures object.

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

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

Property Value

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

Version

Introduced in version September 2015