Eyeshot 10 WinForms API Reference
UpdateActiveLights Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : UpdateActiveLights Method
The lights collection
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

Reference

RenderContextBase Class
RenderContextBase Members