This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > G > GdbExporter CoClass (ArcObjects .NET 10.4 SDK) |
Esri Geodatabase Exporter object.
Interfaces | Description |
---|---|
IGdbXmlExport | Provides access to members that support exporting a geodatabase to XML. |
IXMLDocumentVersion | Provides access to members that control the version of the XML documents being generated. |
Interfaces | Description |
---|---|
IFeatureProgress (default) | Provides access to members used to handle events from converting featureclass/table. |
IOperationProgress | Provides access to members that monitor the progress of an operation such as exporting geodatabase to XML. |
IGdbXmlExportEvents | Provides access to callback events when exporting geodatabase to XML. |
When working with GdbExporter's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pGdbExporter as GdbExporter
When implementing IOperationProgress declare variables as follows:
Private WithEvents pOperationProgress as OperationProgress
When implementing IGdbXmlExportEvents declare variables as follows:
Private WithEvents pDataChangesExporter as DataChangesExporter