CADability dotNET
When the implementation supports Paths (see CanFillPaths), this call will start recording calls to Polyline(array<GeoPoint>[]()[][]) and Arc(GeoPoint, GeoVector, GeoVector, Double, Double) until ClosePath(Color) is called.

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

Syntax

C#
void OpenPath()
Visual Basic
Sub OpenPath
Visual C++
void OpenPath()

See Also