PatternElements.count Property

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

Description

The number of pattern elements in the collection.

Syntax

"patternElements_var" is a variable referencing a PatternElements object.

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

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

Property Value

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

Version

Introduced in version November 2014