Gets or sets whether or not lighting is enabled.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic virtual bool Enabled { get; set; }Public Overridable Property Enabled As Boolean
	Get
	Set
public:
virtual property bool Enabled {
	bool get ();
	void set (bool value);
}abstract Enabled : bool with get, set
override Enabled : bool with get, set
Property Value
Type: 
Boolean Remarks
Remarks
This applies to all objects in the scene, including central bodies,
globe overlays, and primitives.
 See Also
See Also