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
"arrangeComponents_var" is a variable referencing an ArrangeComponents object.
#include <Fusion/Arrange/ArrangeComponents.h>

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

Property Value

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

Version

Introduced in version January 2025