ImageGear .NET - Updated May 1, 2018
UpdateLights Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : UpdateLights Method
List of all lights to update.
Pushes the changes of all specified light sources.
Syntax
'Declaration
 
Public Sub UpdateLights( _
   ByVal lights As List(Of CADLight) _
) 
 
'Usage
 
Dim instance As ImGearDWGPage
Dim lights As List(Of CADLight)
 
instance.UpdateLights(lights)

Parameters

lights
List of all lights to update.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members