ImageGear .NET - Updated
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)
public void UpdateLights( 
   List<CADLight> lights
)
public: void UpdateLights( 
   List<CADLight*>* lights
) 
public:
void UpdateLights( 
   List<CADLight^>^ lights
) 

Parameters

lights
List of all lights to update.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members