com.esri.arcgis.networkanalysis
Interface IEnumEIDInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumEIDInfo, IEnumEIDInfoProxy

public interface IEnumEIDInfo
extends Serializable

Provides access to members that iterate through an enumeration of EIDInfo objects.

Product Availability

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


Method Summary
 int getCount()
          Number of EIDInfo objects in the enumeration.
 IEIDInfo next()
          Gets the next EIDInfo object in the enumeration.
 void reset()
          Resets the enumeration.
 

Method Detail

reset

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

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.

next

IEIDInfo next()
              throws IOException,
                     AutomationException
Gets the next EIDInfo object in the enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getCount

int getCount()
             throws IOException,
                    AutomationException
Number of EIDInfo objects in the enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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