Tracking Client API for Windows Phone
Paths Property
NamespacesESRI.Tracking.Connector.GeometryTmsPolylinePaths
A list of paths making up this Polyline. Each path is a list of TmsPoint objects.
Declaration Syntax
C#Visual BasicVisual C++
public List<List<TmsPoint>> Paths { get; private set; }
Public Property Paths As List(Of List(Of TmsPoint))
	Get
	Private Set
public:
property List<List<TmsPoint^>^>^ Paths {
	List<List<TmsPoint^>^>^ get ();
	private: void set (List<List<TmsPoint^>^>^ value);
}

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)