ImageGear .NET v24.12 - Updated
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)
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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List