com.esri.arcgis.editor
Interface IEnumMapFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
EditSelection, IEnumMapFeatureProxy

public interface IEnumMapFeature
extends Serializable

Provides access to the layer a selected feature is from.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void next(IFeature[] ppFeature, IFeatureLayer[] ppLayer)
          Retrieves the next feature and its featurelayer in the sequence.
 

Method Detail

next

void next(IFeature[] ppFeature,
          IFeatureLayer[] ppLayer)
          throws IOException,
                 AutomationException
Retrieves the next feature and its featurelayer in the sequence.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)
ppLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.