This document is archived and information here might be outdated.  Recommended version.


GdbExporter Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > G > GdbExporter Class
ArcGIS Developer Help

GdbExporterClass Class

Esri Geodatabase Exporter object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IFeatureProgress (esriGeoDatabase) Provides access to members used to handle events from converting featureclass/table.
IGdbXmlExport Provides access to members that support exporting a geodatabase to XML.
IGdbXmlExportEvents Provides access to callback events when exporting geodatabase to XML.
IOperationProgress Provides access to members that monitor the progress of an operation such as exporting geodatabase to XML.
IXMLDocumentVersion Provides access to members that control the version of the XML documents being generated.

Remarks

Use the GdbExporter coclass when you wish to export schema and data or just schema from a geodatabase to an XML document.  Once the XML document is created, information about the PGDB or ArcSDE geodatabase is stored in XML and can be imported back to a PGDB or ArcSDE geodatabase.  See the IGdbXMLExport methods for more on getting information about exporting geodatabase.

See Also

IGdbXmlExport Interface | GdbImporter Class