DraftFeatures.count Property

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

Description

The number of draft features in the collection.

Syntax

"draftFeatures_var" is a variable referencing a DraftFeatures object.

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

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

Property Value

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

Version

Introduced in version January 2015