ArcGIS API for WPF - Library Reference
Solve Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RouteTask Class : Solve Method

parameters
Parameters indicate guidlines that are required when determining what the route to each stop.
Determines the path from one stop to the next.

Syntax

Visual Basic (Declaration) 
Public Function Solve( _
   ByVal parameters As RouteParameters _
) As RouteEventArgs
C# 
public RouteEventArgs Solve( 
   RouteParameters parameters
)

Parameters

parameters
Parameters indicate guidlines that are required when determining what the route to each stop.

Return Value

Returns a route event argument that contains infomation on stops, directions, and the geometries of the paths between the points indicated in "RouteParameters".

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.