com.esri.arcgis.carto
Interface IRowIdentifyObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
FeatureIdentifyObject, RasterIdentifyObj, RowIdentifyObject, SimpleIdentifyObject

public interface IRowIdentifyObject
extends Serializable

Provides access to members that control the row used by the identify object.

Product Availability

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


Method Summary
 IRow getRow()
          The row used by the identify object.
 void setRow(IRow row)
          The row used by the identify object.
 

Method Detail

setRow

void setRow(IRow row)
            throws IOException,
                   AutomationException
The row used by the identify object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getRow

IRow getRow()
            throws IOException,
                   AutomationException
The row used by the identify object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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.