ImageGear .NET - Updated
CreateLight Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : CreateLight Method
Creates a new instance of CADLight.
Syntax
'Declaration
 
Public Function CreateLight() As CADLight
'Usage
 
Dim instance As ImGearDWGPage
Dim value As CADLight
 
value = instance.CreateLight()
public CADLight CreateLight()
public: CADLight* CreateLight(); 
public:
CADLight^ CreateLight(); 

Return Value

Returns a new instance of CADLight
Remarks
You must use UpdateLight or UpdateLights to change CADLight properties
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members