EnvironmentMapAnalysis.environmentID Property

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

Description

A property that gets and sets the environment ID that identifies which environment map image is used for the analysis. Use design.renderManager.renderEnvironments to get the available environments and their id property for this value.

Syntax

"environmentMapAnalysis_var" is a variable referencing an EnvironmentMapAnalysis object.
# Get the value of the property.
propertyValue = environmentMapAnalysis_var.environmentID

# Set the value of the property.
environmentMapAnalysis_var.environmentID = propertyValue
"environmentMapAnalysis_var" Is a variable referencing an EnvironmentMapAnalysis Object.
#include <Fusion/Fusion/EnvironmentMapAnalysis.h>

// Get the value of the property.
string propertyValue = environmentMapAnalysis_var->environmentID();

// Set the value of the property, where value_var is a string.
bool returnValue = environmentMapAnalysis_var->environmentID(value_var);
"environmentMapAnalysis_var" Is a variable referencing an EnvironmentMapAnalysis Object.
// Get the value of the property.
propertyValue = environmentMapAnalysis_var.environmentID;

// Set the value of the property.
environmentMapAnalysis_var.environmentID = propertyValue;

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version September 2026