CircularPatternFeatures.count Property

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

Description

The number of circular pattern features in the collection.

Syntax

"circularPatternFeatures_var" is a variable referencing a CircularPatternFeatures object.

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

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

Property Value

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

Version

Introduced in version November 2014