com.esri.arcgis.editor
Interface IEnumRow2

All Superinterfaces:
IEnumRow, Serializable
All Known Implementing Classes:
IEnumRow2Proxy

public interface IEnumRow2
extends IEnumRow, Serializable

Provides access to source of a selected row.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IFeatureLayer get_FeatureLayer()
          Retrieves the next feature's featurelayer in the sequence.
 IStandaloneTable get_StandaloneTable()
          Retrieves the next row's standalonetable in the sequence.
 
Methods inherited from interface com.esri.arcgis.editor.IEnumRow
getCount, next, reset
 

Method Detail

get_FeatureLayer

IFeatureLayer get_FeatureLayer()
                               throws IOException,
                                      AutomationException
Retrieves the next feature's featurelayer in the sequence.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

get_StandaloneTable

IStandaloneTable get_StandaloneTable()
                                     throws IOException,
                                            AutomationException
Retrieves the next row's standalonetable in the sequence.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.carto.IStandaloneTable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.