com.esri.arcgis.geodatabase
Interface IEnumEdgeFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumEdgeFeatureProxy

public interface IEnumEdgeFeature
extends Serializable

Provides access to members that enumerate edge features and resets the enumeration.

Description

This interface is not currently implemented

Product Availability

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


Method Summary
 IEdgeFeature next()
          Retrieves the next EdgeFeature in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

IEdgeFeature next()
                  throws IOException,
                         AutomationException
Retrieves the next EdgeFeature in the enumeration sequence.

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.IEdgeFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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