PathPatternFeatures.count Property

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

Description

The number of path pattern features in the collection.

Syntax

"pathPatternFeatures_var" is a variable referencing a PathPatternFeatures object.

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

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

Property Value

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

Version

Introduced in version November 2014