CoilFeatures.count Property

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

Description

The number of coil features in the collection.

Syntax

"coilFeatures_var" is a variable referencing a CoilFeatures object.

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

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

Property Value

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

Version

Introduced in version March 2015