ArcObjects Library Reference (GeoDatabase)  

IWorkspaceReplicaDatasets.ReplicaDatasetsByID Property

A list of datasets based on a replica ID.

[Visual Basic .NET]
Public Function get_ReplicaDatasetsByID ( _
    ByVal ReplicaID As Integer _
) As IEnumReplicaDataset
[C#]
public IEnumReplicaDataset get_ReplicaDatasetsByID (
    int ReplicaID
);
[C++]
HRESULT get_ReplicaDatasetsByID(
  long ReplicaID,
  IEnumReplicaDataset** enumReplicaDataset
);
[C++]

Parameters

ReplicaID [in]   ReplicaID is a parameter of type long enumReplicaDataset [out, retval]

  enumReplicaDataset is a parameter of type IEnumReplicaDataset

Product Availability

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

Remarks

The ReplicaID is the ID assigned to the check-out in the Workspace. The IReplica::ReplicaID property can be used to get the ReplicaID. This property can be used as an alternative to ReplicaByName property to get the ReplicaDatasets.

See Also

IWorkspaceReplicaDatasets Interface