HemFeatures.count Property

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

Description

The number of hem features in the collection.

Syntax

"hemFeatures_var" is a variable referencing a HemFeatures object.

# Get the value of the property.
propertyValue = hemFeatures_var.count
"hemFeatures_var" Is a variable referencing a HemFeatures Object.
#include <Fusion/SheetMetal/HemFeatures.h>

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

Property Value

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

Version

Introduced in version September 2025