The following tables list the members exposed by IMapApplication.
Name | Description | |
---|---|---|
![]() | Culture | 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. |
![]() | IsEditMode | Gets whether the application is in edit mode |
![]() | Map | Provides access to the Map in the application |
![]() | Portal | Gets the ArcGIS portal endpoint used by the application |
![]() | SelectedLayer | Gets or set the application's currently selected layer |
![]() | Urls | Gets the set of URL-accessible endpoints used by the application |
Name | Description | |
---|---|---|
![]() | FindObjectInLayout | Finds a DependencyObject in the layout of the application |
![]() | GetPopup | Gets the popup info for a given feature |
![]() | HideWindow | Hides the application window hosting the given content |
![]() | LoadMap | Loads the layers from a map into the application |
![]() | LoadWebMap | Loads a web map into the application |
![]() | ResolveUrl | Resolves a relative URL to a fully-qualified application URL |
![]() | ShowPopup | Display the popup for a given feature |
![]() | ShowWindow | Displays content in an application window |
Name | Description | |
---|---|---|
![]() | InitializationFailed | Event raised when application initialization fails |
![]() | Initialized | Event raised when the application has been initialized |
![]() | SelectedLayerChanged | Event raised when the selected layer changes |