UserCoordinateSystems.itemByName Method

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

Description

Returns the specified user coordinate system using the name of the user coordinate system as it is displayed in the browser.

Syntax

"userCoordinateSystems_var" is a variable referencing a UserCoordinateSystems object.
returnValue = userCoordinateSystems_var.itemByName(name)
"userCoordinateSystems_var" is a variable referencing a UserCoordinateSystems object.

#include <Fusion/Construction/UserCoordinateSystems.h>

returnValue = userCoordinateSystems_var->itemByName(name);

Return Value

Type Description
UserCoordinateSystem Returns the specified item or null if an invalid name was specified.

Parameters

Name Type Description
name string The name of the user coordinate system as it is displayed in the browser

Version

Introduced in version May 2026