RenderEnvironments.itemByName Method

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

Description

Returns the specified render environment using the name as seen in the user interface.

Syntax

"renderEnvironments_var" is a variable referencing a RenderEnvironments object.
returnValue = renderEnvironments_var.itemByName(name)
"renderEnvironments_var" is a variable referencing a RenderEnvironments object.

#include <Fusion/Render/RenderEnvironments.h>

returnValue = renderEnvironments_var->itemByName(name);

Return Value

Type Description
RenderEnvironment Returns the specified render environment or null if there's no match on the name.

Parameters

Name Type Description
name string The name of the render environment to return.

Version

Introduced in version May 2023