ArcObjects Library Reference (GeoDatabase)  

IReplicaDescription.ReplicaModelType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ReplicaModelType property defines whether to output the data as simple datasets (esriModelTypeSimple) or as they are defined in the master geodatabase (esriModelTypeFullGeodatabase).

See Also

IReplicaDescription Interface