Provides access to members that control the Mx Application. Note: the IMxApplication interface has been superseded byIMxApplication2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Desktop.
When To Use
Use this interface to access the AppDisplay object, the selection environment, and the default printer page settings. In addition, methods on this interface allow you to export the current document and copy the current view to the clipboard.
Members
Description | ||
---|---|---|
CopyToClipboard | Copies the current view to the clipboard. | |
Display | The application display. | |
Export | Exports the current document. | |
Paper | The current paper settings. | |
Printer | The current printer settings. | |
SelectionEnvironment | The selection environment. |
CoClasses that implement IMxApplication
CoClasses and Classes | Description |
---|---|
Application (esriArcMap) | ESRI ArcMap Application |
Remarks
Obtain a reference to IMxApplication through any object that supports IApplication. In ArcMap, IMxApplication is implemented by the Application CoClass.