ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / UpdateLight Method
Light source to update.




In This Topic
    UpdateLight Method
    In This Topic
    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