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 |
|---|---|
| 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. |
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 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.
Working with Events
[Visual Basic 6.0]
When working with DataChangesImporter's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pDataChangesImporter as DataChangesImporter
When implementing IReplicaProgress declare variables as follows:Private WithEvents pReplicaProgress as ReplicaProgress
See Also
DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface