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