Share

ArrangeComponents.count Property

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

Description

Returns the number of ArrangeComponent objects in the collection.

Syntax

"arrangeComponents_var" is a variable referencing an ArrangeComponents object.

# Get the value of the property.
propertyValue = arrangeComponents_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?