ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / GetLights Method




In This Topic
    GetLights Method
    In This Topic
    Returns a collection of all light sources present in the database model-space.
    Syntax
    'Declaration
     
    Public Function GetLights() As List(Of CADLight)
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim value As List(Of CADLight)
     
    value = instance.GetLights()
    public List<CADLight> GetLights()
    public: List<CADLight*>* GetLights(); 
    public:
    List<CADLight^>^ GetLights(); 

    Return Value

    Returns a List{CADLight} collection of all lights on the database.
    See Also