ImageGear .NET - Updated
GetLights Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : GetLights Method
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

Reference

ImGearDWGPage Class
ImGearDWGPage Members