This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
ImportDataChanges | Imports data. |
CoClasses and Classes | Description |
---|---|
DataChangesImporter | Imports edits or checks in from a delta file to a geodatabase. |
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.