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
CheckOut Class | ICheckOut.CheckOutData Method | IReplicaValidation Interface | ICheckOut Interface | DataChanges Class | IExportDataChanges Interface | DataChangesExporter Class