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


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

CheckOutDataChangesClass Class

The information needed to perform a check in from a check-out database.

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.
IReplicaDataChanges Provides access to members that identify a data changes object based on a replica.
IReplicaDataChangesInit Provides access to members that initialize a Replica DataChanges object.

Remarks

This CheckoutDataChanges coClass is used during check in to get the changes that have been made to the check-out geodatabase. It is also used by the DataChangesExporter coClass to export edits to a delta file. This class can only be used on check-out geodatabases.

See Also

IReplicaValidation Interface | CheckOut Class | ICheckOut.CheckOutData Method | ICheckOut Interface | DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface