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


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

IDataChanges2.ChangesModelType Property

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.

See Also

IDataChanges2 Interface