ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / UpdateLights Method
List of all lights to update.




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