|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexedItemURI
Provides access to members that control an item URI that references an indexed item within a container dataset.
Method Summary | |
---|---|
IName |
getDatasetName()
The name object associated with the container dataset. |
int |
getItemID()
The ID of the data source within the container dataset referenced by the item URI. |
void |
setDatasetNameByRef(IName ppDatasetName)
The name object associated with the container dataset. |
void |
setItemID(int pItemID)
The ID of the data source within the container dataset referenced by the item URI. |
Method Detail |
---|
void setDatasetNameByRef(IName ppDatasetName) throws IOException, AutomationException
ppDatasetName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItemID(int pItemID) throws IOException, AutomationException
pItemID
- The pItemID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getItemID() throws IOException, AutomationException
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 |