This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > D > DataChangesImporter CoClass (ArcObjects .NET 10.5 SDK) |
Imports edits or checks in from a delta file to a geodatabase.
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. |
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 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.
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
DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface