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




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

    Parameters

    space

    Return Value

    Returns a new instance of CADLine
    Remarks
    You must use UpdateEntity to change CADLine properties
    See Also