MoveFeatures.count Property

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

Description

The number of move features in the collection.

Syntax

"moveFeatures_var" is a variable referencing a MoveFeatures object.

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

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

Property Value

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

Version

Introduced in version March 2015