com.esri.arcgis.geodatabase
Interface IResultPortionInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
ResultPortionInfo

public interface IResultPortionInfo
extends Serializable

Provides access to members that describe a result portion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getResultID

String getResultID()
                   throws IOException,
                          AutomationException
The unique ID of a result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The queryID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResultID

void setResultID(String queryID)
                 throws IOException,
                        AutomationException
The unique ID of a result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
queryID - The queryID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartIndex

int getStartIndex()
                  throws IOException,
                         AutomationException
The zero-based index of the first element to return or being returned.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The startIndex
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartIndex

void setStartIndex(int startIndex)
                   throws IOException,
                          AutomationException
The zero-based index of the first element to return or being returned.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
startIndex - The startIndex (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws IOException,
                    AutomationException
The number of elements to return or being returned.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCount

void setCount(int count)
              throws IOException,
                     AutomationException
The number of elements to return or being returned.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
count - The count (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.