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

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

Property Value

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

Version

Introduced in version January 2025