EnvironmentMapAnalysis.isVisible Property

Parent Object: EnvironmentMapAnalysis

Derived from: Analysis.isVisible


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

Description

Gets if this Analysis is currently visible in the graphics window. The visibility is controlled by a combination of the isLightBulbOn properties of the Analyses collection object and the Analysis object. If both are true, the Analysis will be visible.

Syntax

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

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

Property Value

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

Version

Introduced in version September 2026