ImageGear .NET - Updated March 30, 2018
CreateLine() Method




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

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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List