CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
The line is a IGeoObject. It is actually a line segment
not an infinite line.
Namespace: CADability.GeoObjectAssembly: 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 |