EnvironmentMapAnalyses.itemByName Method

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

Description

A method that returns the specified EnvironmentMapAnalysis object using the name of the analysis as displayed in the browser.

Syntax

"environmentMapAnalyses_var" is a variable referencing an EnvironmentMapAnalyses object.

returnValue = environmentMapAnalyses_var.itemByName(name)
"environmentMapAnalyses_var" is a variable referencing an EnvironmentMapAnalyses object.

#include <Fusion/Fusion/EnvironmentMapAnalyses.h>

returnValue = environmentMapAnalyses_var->itemByName(name);
"environmentMapAnalyses_var" is a variable referencing an EnvironmentMapAnalyses object.

returnValue = environmentMapAnalyses_var.itemByName(name);

Return Value

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

Parameters

Name Type Description
name string The name of the EnvironmentMapAnalysis object as displayed in the browser.

Version

Introduced in version September 2026