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
CoClasses that implement IMxApplication
Remarks
Obtain a reference to IMxApplication through any object that supports IApplication. In ArcMap, IMxApplication is implemented by the Application CoClass.
See Also
IApplication Interface | IAppDisplay Interface | IPaper Interface
.NET Snippets
List ArcMap Visible Toolbars |
Get Editor from ArcMap
.NET Samples
Implementing a schematic digitizing tool (Code Files:
DigitTool) |
Brushing to create a selection (Code Files:
BrushingVB) |
StreetMap routing (Code Files:
RoutingCommand) |
Time Series Graph tool add-in (Code Files:
TimeSeriesGraph)
.NET Related Topics
How to work with IEllipticArc properties |
OutputExtensions