This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > C > CheckIn CoClass (ArcObjects .NET 10.4 SDK) |
Checks in changes from a check-out geodatabase or a delta database to a master geodatabase.
Interfaces | Description |
---|---|
ICheckIn | Provides access to members that perform a check in. |
ICheckIn2 | Provides access to members that perform a check in. |
Interfaces | Description |
---|---|
IFeatureProgress (default) | Provides access to members used to handle events from converting featureclass/table. |
IReplicaProgress | Provides access to members that monitor the progress of a check-out. |
The Checkin coclass provides methods for checking changes back into the master geodatabase. The changes can exist in a check-out geodatabase or a delta file.
When working with CheckIn's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pCheckIn as CheckIn
When implementing IReplicaProgress declare variables as follows:
Private WithEvents pReplicaProgress as ReplicaProgress