![]() |
This document is archived and information here might be outdated. Recommended version. |
The information needed to check in from a delta file or import edits from a delta file.
| Interfaces | Description |
|---|---|
| IDataChanges | Provides access to members that return information needed to check in or import edits. |
| IDataChanges2 | Provides access to return the model type of the edits in the check-out. |
| IDeltaDataChanges | Provides access to members that identify a data changes object based on a delta container. |
| IDeltaDataChanges2 | Provides access to members that identify a data changes object based on a delta container. |
| IDeltaDataChangesInit | Provides access to members that initialize a DeltaDataChanges object. |
| IDeltaDataChangesInit2 | Provides access to members that initialize a DeltaDataChanges object with the ability to access its file content randomly. |
| IDeltaDataChangesRelease | Provides access to members that return the release version of the geodatabase from which the edits originated. |
The DeltaDataChanges coclass is used to get the edits stored in a delta file. The delta files can be simple or full types.
See DataChangesExporter for information on delta files.