Share

ExtrudeFeatures.count Property

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

Description

The number of extrude features in the collection.

Syntax

"extrudeFeatures_var" is a variable referencing an ExtrudeFeatures object.

# Get the value of the property.
propertyValue = extrudeFeatures_var.count

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?