CADability dotNET
The only way to create a line. There are no public constructors for the line to assure that this is the only way to construct a line.

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

Syntax

C#
public static Line Construct()
Visual Basic
Public Shared Function Construct As Line
Visual C++
public:
static Line^ Construct()

Return Value

See Also