Provides access to members that control the Mx Application. Note: the IMxApplication interface has been superseded by IMxApplication2. Please consider using the more recent version.
| 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 and Classes | Description |
|---|---|
| Application (esriArcMap) | ESRI ArcMap Application |
Sub Test()
' IApplication is the default interface of the Application object,
' perform a QI to get a reference to IMxApplication
Dim pMxApp As IMxApplication
Set pMxApp = Application
End Sub
IApplication Interface | IPaper Interface