FormFeatures.count Property

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

Description

The number of Form features in the collection.

Syntax

"formFeatures_var" is a variable referencing a FormFeatures object.

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

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

Property Value

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

Version

Introduced in version September 2015