This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcScene > ESRI.ArcGIS.ArcScene > Classes > A > Application CoClass (ArcObjects .NET 10.4 SDK) |
The 3D Modeling Application.
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. |
IGxApplication (esriCatalogUI) | Provides access to members that control the Gx Application object. |
IGxCatalogDefaultDatabase (esriCatalog) | Provides access to members that manages a GX catalog default geodatabase. |
IGxCatalogWorkspace (esriCatalog) | Provides access to members that manages a GX catalog workspace. |
IMultiThreadedApplication (esriFramework) | Provides access to members that control DLL thread managers. |
IMxApplication2 (esriArcMapUI) | Provides access to members that control the Mx Application. |
IObjectFactory (esriFramework) | Provides access to members that allow automation clients to create arbitrary objects within the application's process space. |
ISxApplication | Provides access to members that control the ArcScene Application object. |
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. |
Interfaces | Description |
---|---|
IApplicationStatusEvents (default) | Provides access to events fired by application. |
When working with Application's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pApplication as Application