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




In This Topic
    CreateLine() Method
    In This Topic
    Creates a new instance of CADLine.
    Syntax
    'Declaration
     
    Public Overloads Function CreateLine() As CADLine
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim value As CADLine
     
    value = instance.CreateLine()
    public CADLine CreateLine()
    public: CADLine* CreateLine(); 
    public:
    CADLine^ CreateLine(); 

    Return Value

    Returns a new instance of CADLine
    Remarks
    Creates the CADEntity in the active layout. You must use UpdateEntity to change CADLine properties
    See Also