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.