ArcObjects Library Reference (Carto)  

IGraphicFeatureServerReplication.Replicas Property

The replicas in the workspace of the mxd document's data source.

[Visual Basic .NET]
Public ReadOnly Property Replicas As IGPReplicas
[C#]
public IGPReplicas Replicas {get;}
[C++]
HRESULT get_Replicas(
  IGPReplicas** Replicas
);
[C++]

Parameters

Replicas [out, retval]

  Replicas is a parameter of type IGPReplicas

Product Availability

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

See Also

IGraphicFeatureServerReplication Interface