This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcCatalog > ESRI.ArcGIS.ArcCatalog > Classes > G > GxDocument Class for use with ArcCatalog (ArcObjects .NET 10.4 SDK) |
Esri ArcCatalog Application Document.
GxDocument is a non-creatable object. References to non-creatable objects must be obtained through other objects.
Interfaces | Description |
---|---|
IDocument (esriFramework) | Provides access to other objects in the document. |
Interfaces | Description |
---|---|
IGxDocumentEventsDisp (default) | Provides access to events fired by ArcCatalog. |
IGxDocumentEvents | Provides access to events fired by ArcCatalog. |
When working with GxDocument's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pGxDocument as GxDocument
When implementing IGxDocumentEvents declare variables as follows:
Private WithEvents pGxDocumentEvents as GxDocumentEvents