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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List