|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResultPortionInfo
Provides access to members that describe a result portion.
Method Summary | |
---|---|
int |
getCount()
The number of elements to return or being returned. |
String |
getResultID()
The unique ID of a result. |
int |
getStartIndex()
The zero-based index of the first element to return or being returned. |
void |
setCount(int count)
The number of elements to return or being returned. |
void |
setResultID(String queryID)
The unique ID of a result. |
void |
setStartIndex(int startIndex)
The zero-based index of the first element to return or being returned. |
Method Detail |
---|
String getResultID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResultID(String queryID) throws IOException, AutomationException
queryID
- The queryID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStartIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartIndex(int startIndex) throws IOException, AutomationException
startIndex
- The startIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCount(int count) throws IOException, AutomationException
count
- The count (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 |