|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceReplicaDatasets
Provides access to members that return a list of replica datasets.
If the geodatabase has been involved in a check-out, this interface has methods to return information about the datasets in the check-out. The interface can be used with either master or check-out geodatabases.
IWorkspaceReplicas
,
IWorkspaceReplicasAdmin
,
IWorkspaceReplicaDatasets
Method Summary | |
---|---|
IEnumReplicaDataset |
getReplicaDatasetsByID(int replicaID)
A list of datasets based on a replica ID. |
IEnumReplicaDataset |
getReplicaDatasetsByName(String replicaName)
A list of datasets based on a replica name. |
Method Detail |
---|
IEnumReplicaDataset getReplicaDatasetsByName(String replicaName) throws IOException, AutomationException
replicaName
- The replicaName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumReplicaDataset getReplicaDatasetsByID(int replicaID) throws IOException, AutomationException
replicaID
- The replicaID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |