Gets the list of arcs.

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

Syntax

C#
public List<Arc> ArcList { get; set; }
Visual C++
public:
property List<Arc^>^ ArcList {
	List<Arc^>^ get ();
	void set (List<Arc^>^ value);
}
F#
member ArcList : List<Arc> with get, set

See Also