The Application type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| LoadDocument |
Loads the .nmf map document at the specified path into the application.
|
Properties
| Name | Description | |
|---|---|---|
| ActiveMapDisplay |
Gets the MapDisplay which is currently active in the application. There is currently only
one MapDisplay in the application.
| |
| Caption |
Gets or sets the application caption.
| |
| 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.
| |
| Visible |
Gets a value indicating whether this Application is visible.
| |
| Window |
Gets the native window handle of the main application window.
|
Events
| Name | Description | |
|---|---|---|
| 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 the 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.
|

