ArcGIS API for WPF - Library Reference
Route(IEnumerable<Waypoint>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Routing Class > Route Method : Route(IEnumerable<Waypoint>) Method

waypoints
The waypoints.
Synchronous request for a route between the specified waypoints.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Route( _
   ByVal waypoints As IEnumerable(Of Waypoint) _
) As RouteResponse
C# 
public RouteResponse Route( 
   IEnumerable<Waypoint> waypoints
)

Parameters

waypoints
The waypoints.

Return Value

the results from the routing task.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.