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


XML import and export (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > Developing with ArcGIS > Learning ArcObjects > Managing data > Working with feature data > Distributed geodatabases > XML import and export

XML import and export


About XML import and export

Geodatabase schema (and optionally, data) can be imported from and exported to an Extensible Markup Language (XML) workspace document. The IGdbXmlImport interface is used to import into an existing geodatabase and to resolve any conflicts that might occur with existing datasets. The IGdbXmlExport interface and the GdbExporter class are used to export to XML..


See Also:

How to export a dataset to XML
How to import a dataset from XML