Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetLightStatus Method

In This Topic
    SetLightStatus Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetLightStatus( _
       ByVal lightIndex As Integer, _
       ByVal active As Boolean _
    ) 
    public virtual void SetLightStatus( 
       int lightIndex,
       bool active
    )

    Parameters

    lightIndex
    active
    See Also