Gets the list of arcs.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
IList<Arc> ArcList { get; }
Visual C++
property IList<Arc^>^ ArcList {
	IList<Arc^>^ get ();
}
F#
abstract ArcList : IList<Arc>

See Also