ExtendFeatures.count Property

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

Description

The number of Extend features in the collection.

Syntax

"extendFeatures_var" is a variable referencing an ExtendFeatures object.

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

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

Property Value

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

Version

Introduced in version June 2015