OffsetFeatures.count Property

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

Description

The number of Offset features in the collection.

Syntax

"offsetFeatures_var" is a variable referencing an OffsetFeatures object.

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

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

Property Value

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

Version

Introduced in version June 2015