ArcObjects Library Reference (GeoDatabaseDistributed)  

CheckIn CoClass

Checks in changes from a check-out geodatabase or a delta database to a master geodatabase.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
ICheckIn Provides access to members that perform a check in.
ICheckIn2 Provides access to members that perform a check in.

Event Interfaces

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.

Remarks

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.

Working with Events

[Visual Basic 6.0]

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

See Also

DeltaDataChanges Class | DataChangesImporter Class