This document is archived and information here might be outdated. Recommended version. |
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 [in]
ModelType is a parameter of type esriReplicaModelType ModelType [out, retval]
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).