UserCoordinateSystems.count Property

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

Description

The number of user coordinate systems in the collection.

Syntax

"userCoordinateSystems_var" is a variable referencing a UserCoordinateSystems object.

# Get the value of the property.
propertyValue = userCoordinateSystems_var.count
"userCoordinateSystems_var" Is a variable referencing a UserCoordinateSystems Object.
#include <Fusion/Construction/UserCoordinateSystems.h>

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

Property Value

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

Version

Introduced in version May 2026