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


DeltaDataChanges Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > D > DeltaDataChanges Class
ArcGIS Developer Help

DeltaDataChangesClass Class

The information needed to check in from a delta file or import edits from a delta file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

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.

Remarks

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.