CADability dotNET
The line is a IGeoObject. It is actually a line segment not an infinite line.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class Line : IGeoObjectImpl, IColorDef, ILineWidth, 
	ILinePattern, ISerializable, IOcasEdge, ICurve, ICndHlp3DEdge, 
	IExtentedableCurve, ISimpleCurve
Visual Basic
<SerializableAttribute> _
Public Class Line _
	Inherits IGeoObjectImpl _
	Implements IColorDef, ILineWidth, ILinePattern, ISerializable,  _
	IOcasEdge, ICurve, ICndHlp3DEdge, IExtentedableCurve, ISimpleCurve
Visual C++
[SerializableAttribute]
public ref class Line : public IGeoObjectImpl, 
	IColorDef, ILineWidth, ILinePattern, ISerializable, IOcasEdge, 
	ICurve, ICndHlp3DEdge, IExtentedableCurve, ISimpleCurve

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..Line

See Also