com.esri.arcgis.geodatabase
Interface IEnumTopologyErrorFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumTopologyErrorFeatureProxy

public interface IEnumTopologyErrorFeature
extends Serializable

Provides access to members that enumerate through the topology errors.

Product Availability

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


Method Summary
 ITopologyErrorFeature next()
          Retrieves the next topology error.
 

Method Detail

next

ITopologyErrorFeature next()
                           throws IOException,
                                  AutomationException
Retrieves the next topology error.

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