CADability dotNET
Returns the length of the curve.

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

Syntax

C#
double Length { get; }
Visual Basic
ReadOnly Property Length As Double
	Get
Visual C++
property double Length {
	double get ();
}

See Also