Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / UpdateActiveLights Method
The lights collection

In This Topic
    UpdateActiveLights Method
    In This Topic
    Updates the active lights used for the rendering.
    Syntax
    'Declaration
     
    Public Sub UpdateActiveLights( _
       ByVal lights() As LightSettings _
    ) 
    public void UpdateActiveLights( 
       LightSettings[] lights
    )

    Parameters

    lights
    The lights collection
    See Also