Geodabase model type, simple or full.
[Visual Basic .NET] Public ReadOnly Property ChangesModelType As esriReplicaModelType
[C#] public esriReplicaModelType ChangesModelType {get;}
[C++]
HRESULT get_ChangesModelType(
esriReplicaModelType* ModelType
);
[C++]Parameters
ModelType [out, retval]ModelType is a parameter of type esriReplicaModelType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Returns the model type of delta file or a replica.
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. A check-out is always a full model type.