RenderEnvironment.name Property

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

Description

The name of the environment.

Syntax

"renderEnvironment_var" is a variable referencing a RenderEnvironment object.

# Get the value of the property.
propertyValue = renderEnvironment_var.name
"renderEnvironment_var" is a variable referencing a RenderEnvironment object.
#include <Fusion/Render/RenderEnvironment.h>

// Get the value of the property.
string propertyValue = renderEnvironment_var->name();

Property Value

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

Version

Introduced in version May 2023