Share

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

Property Value

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

Version

Introduced in version September 2015

Was this information helpful?