Provides access to members that export edits from versions or a check-out geodatabase to a delta file. Note: the IExportDataChanges interface has been superseded byIExportDataChanges2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ExportDataChanges | Exports the edits to a delta file. |
CoClasses that implement IExportDataChanges
CoClasses and Classes | Description |
---|---|
DataChangesExporter | Exports edits in a check-out geodatabase or modified rows in versions to a delta file. |
Remarks
The IExportdataChanges interface provides a method to export edits in a check-out or edits between source and target versions to a delta file. This method always creates full model type delta files. There are no components provided to create simple model type delta files. However, the XML format for an update-gram is published and can be used by any application to create these files.
See the DataChangesExporter coclass for more information on delta files.
See Also
DataChangesImporter Class | DeltaDataChanges Class