Provides access to members that import edits or check in from a delta file to a geodatabase. Note: the IImportDataChanges interface has been superseded byIImportDataChanges2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ImportDataChanges | Imports data. |
CoClasses that implement IImportDataChanges
CoClasses and Classes | Description |
---|---|
DataChangesImporter | Imports edits or checks in from a delta file to a geodatabase. |
Remarks
The IImportChanges interface provides a method for importing from delta files. See the DataChangesExporter coclass for more information on delta files.
The following sample takes the path to an XML delta file and imports the changes into the input ArcSDE workspace. If the delta file was generated for a source other than a check-out replica, the changes will be imported into the version referenced by the WorkspaceName. This sample can be easily converted for use with delta database (mdb) or delta file geodatabase files.