Share

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

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?