|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPReplicaDatasets
Provides access to members that define replica datasets
Method Summary | |
---|---|
void |
add(IGPReplicaDataset gPReplicaDataset)
Adds replica dataset object. |
int |
getCount()
The dataset count. |
IGPReplicaDataset |
getElement(int index)
Returns the replica dataset at the specified position. |
void |
insert(int index,
IGPReplicaDataset gPReplicaDataset)
Adds dataset filtered property at the specified position. |
void |
remove(int index)
Removes the replica dataset at the specified position. |
void |
removeAll()
Removes all replica dataset objects. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
The number of replica datasets in the enumeration.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPReplicaDataset getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
This method removes the replica dataset at the specified location from the GPReplicaDatasets object. The only parameter is the index of the replica dataset to remove.
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
The method removes all replica datasets from the GPReplicaDatasets object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IGPReplicaDataset gPReplicaDataset) throws IOException, AutomationException
This method adds a replica dataset to the GPReplicaDatasets object.
The only parameter for this method is the GPReplicaDataset. See the GPReplicaDataset object for more information.
gPReplicaDataset
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGPReplicaDataset gPReplicaDataset) throws IOException, AutomationException
This method adds a replica dataset to the GPReplicaDatasets at a specified location.
This method takes an index and a reference to a GPReplicaDataset object. See the GPReplicaDataset coclass.
index
- The index (in)gPReplicaDataset
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDataset (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 |