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


IGdbXmlImport Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGdbXmlImport Interface

Provides access to members that support importing a geodatabase from XML.

Product Availability

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

Members

Description
Method GenerateNameMapping Generate a list of objects to import.
Method GetRecordSetFields Generate a fieldset to load from xml.
Method ImportRecordSet Loading data from xml recordset.
Method ImportWorkspace Imports a workspace from XML.

CoClasses that implement IGdbXmlImport

CoClasses and Classes Description
GdbImporter Esri Geodatabase Importer object.

Remarks

The IGdbXmlImport has methods to specify importing a geodatabase workspace and recordset.  The GenerateNameMapping method generates a name mapping enumeration where you pass in inFile, IWorkspace, and IEnumNameMapping.  The ImportWorkspace method imports a geodatabase workspace schema and data.  The ImportRecordSet method imports a geodatabase recordset.  The GetRecordSetFields method retrieves recordset fields and records from resulting XML document.

See Also

GdbImporter Class

.NET Related Topics

How to import a dataset from XML