CADability dotNET
Returns true, if the curve is composed of other curves. Paths and Polylines are composed curves.

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

Syntax

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

See Also