RenderEnvironment.id Property

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

Description

The internal ID of the environment.

Syntax

"renderEnvironment_var" is a variable referencing a RenderEnvironment object.

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

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

Property Value

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

Version

Introduced in version May 2023