ImageGear .NET - Updated October 2, 2018
UpdateLight Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : UpdateLight Method
Light source to update.
Pushes the changes to the specified light source.
Syntax
'Declaration
 
Public Sub UpdateLight( _
   ByVal light As CADLight _
) 
 
'Usage
 
Dim instance As ImGearDWGPage
Dim light As CADLight
 
instance.UpdateLight(light)

Parameters

light
Light source to update.
Remarks
Use UpdateLights to update multiple light sources in a single call.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members