ArcObjects Library Reference (GeoDatabaseDistributed)  

IGdbXmlExport Interface

Provides access to members that support exporting a geodatabase to XML.

Product Availability

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

Members

Description
Method ExportDatasets Exports datasets to XML.
Method ExportDatasetsSchema Exports datasets schema to XML.
Method ExportRecordSet Exports a single tabular dataset to XML.
Method ExportWorkspace Exports a workspace to XML.
Method ExportWorkspaceSchema Exports a workspace schema to XML.

CoClasses that implement IGdbXmlExport

CoClasses and Classes Description
GdbExporter Esri Geodatabase Exporter object.

Remarks

The IGdbXmlExport interface provides five methods for exporting a geodatabase to an XML file.  The ExportWorkspace method exports workspace and data while ExportWorkspaceSchema  method exports workspace schema only.  The ExportDatasets method exports workspace and data at the dataset level of a PGDB and ArcSDE geodatabase, while ExportDatasetsSchema method exports workspace schema only. The ExportRecordSet method exports a recordset.

See Also

GdbExporter Class

.NET Related Topics

How to export a dataset to XML