ESRI.ArcGIS.Mobile.Client
RoutingService Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.Routing Namespace > RoutingService Class : RoutingService Constructor

streetmapDatasetPath
streetMapTolerance

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal streetmapDatasetPath As String, _
   ByVal streetMapTolerance As Integer _
)
C# 
public RoutingService( 
   string streetmapDatasetPath,
   int streetMapTolerance
)

Parameters

streetmapDatasetPath
streetMapTolerance

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also