CADability dotNET
Determines, whether the curve is closed or open.

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

Syntax

C#
bool IsClosed { get; }
Visual Basic
ReadOnly Property IsClosed As Boolean
	Get
Visual C++
property bool IsClosed {
	bool get ();
}

See Also