ArcObjects Library Reference  (ArcGlobe)    

Application CoClass

ESRI ArcGlobe Application.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Interfaces

Interfaces Description
IApplication (esriFramework) Provides access to members that query or modify the application.
IApplicationStatus (esriFramework) Provides access to the applications status.
IDockableWindowManager (esriFramework) Provides access to a method that finds a dockable window in the application.
IExtensionManager (esriSystem) Provides access to members that query extension.
IGMxApplication Provides access to members that control the ArcGlobe Application object.
IGMxDefaultLayers Provides access to Default Layers for New Documents.
IMultiThreadedApplication (esriFramework) Provides access to members that control DLL thread managers.
IObjectFactory (esriFramework) Provides access to members that allow automation clients to create arbitrary objects within the application's process space.
IVbaApplication (esriFramework) Provides access to members that modify the VBA projects in this application.
IWindowPosition (esriFramework) Provides access to members that query or modify a window's position, size and state.

Event Interfaces

Interfaces Description
IApplicationStatusEvents (default) Provides access to events fired by application.

Working with Events

[Visual Basic 6.0]

When working with Application's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pApplication as Application