ArcGIS Extensibility SDK for Silverlight - Library Reference
LoadMap Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > MapApplication Class : LoadMap Method
map
The Map object to load layers from
callback
The method to fire once the map has been loaded
userToken
Object to pass through to the callback method
Loads the layers from a map into the application

Syntax

C# 
public void LoadMap( 
   ESRI.ArcGIS.Client.Map map,
   Action<LoadMapCompletedEventArgs> callback,
   object userToken
)

Parameters

map
The Map object to load layers from
callback
The method to fire once the 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.