Click here to view all files
 
Represents an instance of the ArcGIS Explorer application, providing access to the current MapDisplay, and to other application and document properties and events.

Namespace:  ESRI.ArcGISExplorer.Application
Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public static class Application
Visual Basic (Declaration)
Public NotInheritable Class Application

Remarks

The Application class provides a number of static members allowing you to reference the application that an add-in is running inside of. You can get a reference to the current ArcGIS Explorer application from within an add-in by referencing the Application class; from this you can use the static property ActiveMapDisplay to get a reference to the current MapDisplay object, from where you can drill down into the map and its contents.

Inheritance Hierarchy

System..::.Object
  ESRI.ArcGISExplorer.Application..::.Application

See Also

Relate Topics:
  Application Members
  Application Methods
  Application Properties
  Application Events
Created by Atop CHM to web converter,© 2009 all right reserved.