RefoldFeatures.count Property

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

Description

The number of refold features in the collection.

Syntax

"refoldFeatures_var" is a variable referencing a RefoldFeatures object.

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

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

Property Value

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

Version

Introduced in version August 2020