ThickenFeatures.count Property

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

Description

The number of Thicken features in the collection.

Syntax

"thickenFeatures_var" is a variable referencing a ThickenFeatures object.

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

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

Property Value

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

Version

Introduced in version June 2015