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


ITablesDataChanges.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITablesDataChanges Interface > ITablesDataChanges.Init Method
ArcGIS Developer Help

ITablesDataChanges.Init Method

The changes model type.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal ModelType As esriReplicaModelType _
)
[C#]
public void Init (
    esriReplicaModelType ModelType
);
[C++]
HRESULT Init(
  esriReplicaModelType ModelType
);
[C++]
Parameters
ModelType [in]

ModelType is a parameter of type esriReplicaModelType

Product Availability

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

Remarks

Initializes the class by setting the model type.

A full model type delta file indicates that all reactive geodatabase behavior was executed at edit time.

A simple model type delta file assumes that the edits were not made by a reactive geodatabase editor.

See the DataChangesExporter coclass for more information on delta files. 

See Also

ITablesDataChanges Interface