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