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


IDeltaDataChangesInit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDeltaDataChangesInit Interface
ArcGIS Developer Help

IDeltaDataChangesInit Interface

Provides access to members that initialize a DeltaDataChanges object. Note: the IDeltaDataChangesInit interface has been superseded by IDeltaDataChangesInit2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method Init Initializes the class by setting delta database file name and export option.

Classes that implement IDeltaDataChangesInit

Classes Description
DeltaDataChanges The information needed to check in from a delta file or import edits from a delta file.

Remarks

The IDeltaDataChangesInit interface is used to initialize a DeltaDataChanges coclass. The coclass must be intialized before any of the other interfaces in the coclass can be used.

See Also

DataChangesExporter Class | DataChanges Class | IExportDataChanges Interface | DataChangesImporter Class | DeltaDataChanges Class