|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReplicaDatasetEdit
Provides access to members that set the properties of a check-out dataset.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
void |
setDatasetID(int rhs1)
The ID of the dataset. |
void |
setName(String rhs1)
The name of the dataset. |
void |
setParentDatabase(String rhs1)
The name of the master geodatabase the dataset was checked out from. |
void |
setParentOwner(String rhs1)
The owner of the dataset in the master geodatabase. |
void |
setReplicaID(int rhs1)
The ID of the check-out associated with this dataset. |
void |
setType(int rhs1)
The type of the dataset. |
| Method Detail |
|---|
void setName(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(int rhs1)
throws IOException,
AutomationException
rhs1 - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetID(int rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentOwner(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentDatabase(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplicaID(int rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (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 | ||||||||