ArcGIS Extensibility SDK for Silverlight - Library Reference
IMapApplication Interface Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace : IMapApplication Interface


The following tables list the members exposed by IMapApplication.

Public Properties

 NameDescription
 PropertyCulture The culture of the currently running map application. This must be assigned when the application begins execution. It is stored here so it can be accessed anywhere, including background worker threads that lose their culture information in Silverlight.  
 PropertyIsEditMode Gets whether the application is in edit mode  
 PropertyMap Provides access to the Map in the application  
 PropertyPortal Gets the ArcGIS portal endpoint used by the application  
 PropertySelectedLayer Gets or set the application's currently selected layer  
 PropertyUrls Gets the set of URL-accessible endpoints used by the application  
Top

Public Methods

 NameDescription
 MethodFindObjectInLayout Finds a DependencyObject in the layout of the application  
 MethodGetPopup Gets the popup info for a given feature  
 MethodHideWindow Hides the application window hosting the given content  
 MethodLoadMap Loads the layers from a map into the application  
 MethodLoadWebMap Loads a web map into the application  
 MethodResolveUrl Resolves a relative URL to a fully-qualified application URL  
 MethodShowPopup Display the popup for a given feature  
 MethodShowWindow Displays content in an application window  
Top

Public Events

 NameDescription
 EventInitializationFailed Event raised when application initialization fails  
 EventInitialized Event raised when the application has been initialized  
 EventSelectedLayerChanged Event raised when the selected layer changes  
Top

See Also

© Esri, Inc. All Rights Reserved.