This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.ReplicaModelType Property (ArcObjects .NET 10.4 SDK) |
Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.
[Visual Basic .NET] Public Property ReplicaModelType As esriReplicaModelType
[C#] public esriReplicaModelType ReplicaModelType {get; set;}
[C++]
HRESULT get_ReplicaModelType(
esriReplicaModelType* ModelType
);
[C++]
HRESULT put_ReplicaModelType(
esriReplicaModelType ModelType
);
[C++]
Parameters ModelType [out, retval]
ModelType is a parameter of type esriReplicaModelType ModelType [in]
ModelType is a parameter of type esriReplicaModelType
The ReplicaModelType property defines whether to output the data as simple datasets (esriModelTypeSimple) or as they are defined in the master geodatabase (esriModelTypeFullGeodatabase).