Enabled Property

3D Graph Control

Enabled Property

Syntax

CWLight.Enabled

Data Type

Boolean

Purpose

Enables the light when set to True.

Example

'Enable light source
CWGraph3D1.Lights.Item(1).Enabled = True

See Also

CWGraph3D.Lighting