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

waypoints
The waypoints as points.
onComplete
The handler to call on completion.
Requests a route between the specified waypoints.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Route( _
   ByVal waypoints As IEnumerable(Of MapPoint), _
   ByVal onComplete As EventHandler(Of CalculateRouteCompletedEventArgs) _
) 

Parameters

waypoints
The waypoints as points.
onComplete
The handler to call on completion.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.