ImageGear PDF v25.2 - Updated
CreateLine() Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.