RectangularPatternFeatures.count Property

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

Description

The number of rectangular pattern features in the collection.

Syntax

"rectangularPatternFeatures_var" is a variable referencing a RectangularPatternFeatures object.

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

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

Property Value

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

Version

Introduced in version November 2014