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




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