EnvironmentMapAnalysis.attributes Property

Parent Object: EnvironmentMapAnalysis

Derived from: Analysis.attributes


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

Description

A property that returns the collection of attributes associated with this Analysis.

Syntax

"environmentMapAnalysis_var" is a variable referencing an EnvironmentMapAnalysis object.
# Get the value of the property.
propertyValue = environmentMapAnalysis_var.attributes
"environmentMapAnalysis_var" Is a variable referencing an EnvironmentMapAnalysis Object.
#include <Fusion/Fusion/EnvironmentMapAnalysis.h>

// Get the value of the property.
Attributes propertyValue = environmentMapAnalysis_var->attributes();
"environmentMapAnalysis_var" Is a variable referencing an EnvironmentMapAnalysis Object.
// Get the value of the property.
propertyValue = environmentMapAnalysis_var.attributes;

Property Value

This is a read only property whose value is an Attributes.

Version

Introduced in version September 2026