Share

Analysis.isLightBulbOn Property

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

Description

A property that gets and sets if the display is enabled for this Analysis object. If false, this analysis will be hidden. If true and the IsLightBulbOn property of the Analyses object is True the Analysis will be visible.

Syntax

"analysis_var" is a variable referencing an Analysis object.

# Get the value of the property.
propertyValue = analysis_var.isLightBulbOn

# Set the value of the property.
analysis_var.isLightBulbOn = propertyValue

Property Value

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

Version

Introduced in version January 2023

Was this information helpful?