com.esri.arcgis.geodatabase
Interface IRandomAccessCursor

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRandomAccessCursorProxy

public interface IRandomAccessCursor
extends Serializable

Provides access to members that support random access to row objects in a table.

Product Availability

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


Method Summary
 IRow getRow(int rowID)
          Get a row given its object id.
 

Method Detail

getRow

IRow getRow(int rowID)
            throws IOException,
                   AutomationException
Get a row given its object id.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rowID - The rowID (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.