com.esri.arcgis.carto
Interface IMapServerRow2

All Superinterfaces:
IMapServerRow, Serializable
All Known Implementing Classes:
MapServerRow

public interface IMapServerRow2
extends IMapServerRow, Serializable

Provides access to the Map Server Row Interface.

Product Availability

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


Method Summary
 int getFeatureId()
          The Feature ID of the identified object.
 
Methods inherited from interface com.esri.arcgis.carto.IMapServerRow
getName, getPropertySet, getRelatedRows
 

Method Detail

getFeatureId

int getFeatureId()
                 throws IOException,
                        AutomationException
The Feature ID of the identified object.

Product Availability

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

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