ArcGIS Runtime SDK for WPF - Library Reference
WebMapViewModel Constructor
See Also 
ESRI.ArcGIS.Client.WebMap Namespace > WebMapViewModel Class : WebMapViewModel Constructor

arcGISPortal
The portal (arcgis.com by default).
bingKey
The bing key.
proxyUrl
URL to proxy the requests through when necessary.
Initializes a new empty instance of the WebMapViewModel class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   Optional ByVal arcGISPortal As ArcGISPortal, _
   Optional ByVal bingKey As String, _
   Optional ByVal proxyUrl As String _
)
C# 
public WebMapViewModel( 
   ArcGISPortal arcGISPortal,
   string bingKey,
   string proxyUrl
)

Parameters

arcGISPortal
The portal (arcgis.com by default).
bingKey
The bing key.
proxyUrl
URL to proxy the requests through when necessary.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.