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


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

DataChangesImporterClass Class

Imports edits or checks in from a delta file to a geodatabase.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IFeatureProgress (esriGeoDatabase) Provides access to members used to handle events from converting featureclass/table.
IImportDataChanges Provides access to members that import edits or check in from a delta file to a geodatabase.
IImportDataChanges2 Provides access to members that import edits or check in from a delta file to a geodatabase.
IReplicaProgress Provides access to members that monitor the progress of a check-out.

Remarks

The DataChangesImporter coclass can import edits in a delta file to an ArcSDE geodatabase. This component will work with either full model or simple model type delta files.

See DataChangesExporter for information on delta files.

See Also

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface