DeriveFeatures.count Property

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

Description

The number of derive features in the collection.

Syntax

"deriveFeatures_var" is a variable referencing a DeriveFeatures object.

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

// Get the value of the property.
uinteger propertyValue = deriveFeatures_var->count();
"deriveFeatures_var" is a variable referencing a DeriveFeatures object.
#include <Fusion/Features/DeriveFeatures.h>

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

Property Value

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

Version

Introduced in version January 2026