ArcObjects Library Reference (Carto)  

IGFSReplicaDescription.ModelType Property

Set the replica model type.

[Visual Basic .NET]
Public Property ModelType As esriReplicaModelType
[C#]
public esriReplicaModelType ModelType {get; set;}
[C++]
HRESULT get_ModelType(
  esriReplicaModelType* ModelType
);
[C++]
HRESULT put_ModelType(
  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.

See Also

IGFSReplicaDescription Interface