ThreadFeatures.count Property

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

Description

The number of thread features in the collection.

Syntax

"threadFeatures_var" is a variable referencing a ThreadFeatures object.

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

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

Property Value

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

Version

Introduced in version January 2015