ConstructionPoint.isLightBulbOn Property

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

Description

Indicates if the light bulb (as displayed in the browser) is on. A construction point will only be visible if it's light bulb, and that of it's containing folder and parent component/s are also on.

Syntax

"constructionPoint_var" is a variable referencing a ConstructionPoint object.

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

# Set the value of the property.
constructionPoint_var.isLightBulbOn = propertyValue
"constructionPoint_var" is a variable referencing a ConstructionPoint object.
#include <Fusion/Construction/ConstructionPoint.h>

// Get the value of the property.
boolean propertyValue = constructionPoint_var->isLightBulbOn();

// Set the value of the property, where value_var is a boolean.
bool returnValue = constructionPoint_var->isLightBulbOn(value_var);

Property Value

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

Version

Introduced in version August 2014