CADability dotNET
Returns a cloned array of the curves of this path. Do not modify the curves or the path will be in an invalid state.

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

Syntax

C#
public ICurve[] Curves { get; }
Visual Basic
Public ReadOnly Property Curves As ICurve()
	Get
Visual C++
public:
property array<ICurve^>^ Curves {
	array<ICurve^>^ get ();
}

See Also