ArcGIS API for WPF - Library Reference
Routing Constructor(String,ServerType)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Routing Class > Routing Constructor : Routing Constructor(String,ServerType)

token
The Bing Maps token.
servertype
The servertype.
Initializes a new instance of the Routing class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal token As String, _
   ByVal servertype As ServerType _
)
C# 
public Routing( 
   string token,
   ServerType servertype
)

Parameters

token
The Bing Maps token.
servertype
The servertype.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.