ArcGIS Runtime SDK for WPF - Library Reference
Stops Property
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > RouteParameters Class : Stops Property

The set of stops loaded as network locations during analysis. Can be either an instance of DataLayer or FeatureSet.

Syntax

Visual Basic (Declaration) 
Public Property Stops As IEnumerable(Of Graphic)
C# 
public IEnumerable<Graphic> Stops {get; set;}

Remarks

To do batch routing (solving multiple routes at once), add route names to each of your stops.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.