ArcGIS Explorer Component Help |
Application Members |
Application Class Methods Properties Events See Also |
The Application type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBasemaps |
Gets a read-only collection of Basemaps, comprising the set of Basemaps currently available to the user.
| |
LoadDocument | Overloaded. Loads the map document (.nmf) at the specified path into the application. | |
NewDocument | Overloaded. Creates a new map document in memory. | |
SaveDocument | Overloaded. Saves the map document. |
Properties
Name | Description | |
---|---|---|
ActiveMapDisplay |
Gets the MapDisplay which is currently active in the application. There is currently only
one MapDisplay in the application.
| |
ApplicationConfigurationPath |
Gets the path to the currently running application configuration file.
| |
Caption |
Gets or sets the application caption.
| |
ColorScheme |
Gets or sets the color scheme of the ArcGIS Explorer application.
| |
DocumentPath |
The file system path to the map document.
| |
IsDocumentDirty |
Gets a value indicating whether the map document contains unsaved changes.
| |
IsUsingApplicationConfiguration |
Gets a value indicating whether the application is runnning using an application configuration.
| |
Name |
The title of the application.
| |
Presentation |
Gets the Presentation for the currently open Map.
| |
SelectedItems |
Gets the collection of MapItems currently selected in the Contents window.
| |
Version |
The current version of ArcGIS Explorer.
| |
Visible |
Gets a value indicating whether the application is visible.
| |
Window |
Gets the native window handle of the main application window. Can be used to parent dialogs
and message boxes correctly.
|
Events
Name | Description | |
---|---|---|
ColorSchemeChanged |
Occurs when the color scheme changes, for example when a user changes the scheme in the application or
when the ColorScheme property is set to a new value.
| |
DocumentClosed |
Occurs when a map document is closed, for example when a new map is opened.
| |
DocumentOpened |
Occurs when a map document is opened in the application.
| |
Exit |
Occurs when the Application is about to close.
| |
MapItemChanged |
Occurs when there is a change to a MapItem, such as adding or removing a MapItem to the
contents window or changing the symbology of a FeatureLayer.
| |
MapItemSelectionChanged |
Occurs when MapItem(s) are selected in the Contents window.
|