PipeFeatures.count Property

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

Description

The number of Pipe features in the collection.

Syntax

"pipeFeatures_var" is a variable referencing a PipeFeatures object.

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

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

Property Value

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

Version

Introduced in version September 2015