ArcGIS Extensibility SDK for Silverlight - Library Reference
LoadWebMap Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > IMapApplication Interface : LoadWebMap Method
id
The id of the web map to load
document
The T:ESRI.ArcGIS.Client.WebMap.Document containing information about the web map to load
callback
The method to fire once the web map has been loaded
userToken
Object to pass through to the callback method
Loads a web map into the application

Syntax

C# 
void LoadWebMap( 
   string id,
   ESRI.ArcGIS.Client.WebMap.Document document,
   Action<GetMapCompletedEventArgs> callback,
   object userToken
)

Parameters

id
The id of the web map to load
document
The T:ESRI.ArcGIS.Client.WebMap.Document containing information about the web map to load
callback
The method to fire once the web map has been loaded
userToken
Object to pass through to the callback method

Requirements

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

See Also

© Esri, Inc. All Rights Reserved.