Share

ArrangeFeatures.count Property

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

Description

Returns the number of Arrange features in the component.

Syntax

"arrangeFeatures_var" is a variable referencing an ArrangeFeatures object.

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

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?