FlangeFeatures.count Property

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

Description

The number of flange features in the collection.

Syntax

"flangeFeatures_var" is a variable referencing a FlangeFeatures object.

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

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

Property Value

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

Version

Introduced in version August 2020