Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ActiveLights Property

In This Topic
    ActiveLights Property
    In This Topic
    Currently active lights.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActiveLights As LightSettings()
    public LightSettings[] ActiveLights {get;}
    See Also