ImageGear .NET - Updated October 2, 2018
CreateLine(CADWorkingSpace) Method




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

Parameters

space

Return Value

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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List