Analyses.itemByName Method

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

Description

A method that returns the specified Analysis using the name of the analysis as it is displayed in the browser.

Syntax

"analyses_var" is a variable referencing an Analyses object.
returnValue = analyses_var.itemByName(name)
"analyses_var" is a variable referencing an Analyses object.

#include <Fusion/Fusion/Analyses.h>

returnValue = analyses_var->itemByName(name);

Return Value

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

Parameters

Name Type Description
name string The name of the Analysis as it is displayed in the browser.

Version

Introduced in version January 2023