Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetLighting Method
Turns the lighting on or off

In This Topic
    SetLighting Method
    In This Topic
    Enables the lighting.
    Syntax
    'Declaration
     
    Public Function SetLighting( _
       ByVal enable As Boolean _
    ) As Boolean
    public bool SetLighting( 
       bool enable
    )

    Parameters

    enable
    Turns the lighting on or off

    Return Value

    The previous value
    See Also