This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITablesDataChanges Interface > ITablesDataChanges.Init Method (ArcObjects .NET 10.5 SDK) |
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
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.