com.esri.arcgis.geodatabase
Interface IEnumHierarchyRange

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumHierarchyRangeProxy

public interface IEnumHierarchyRange
extends Serializable

Provides access to a container for accessing network dataset hierarchy ranges.

Product Availability

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


Method Summary
 void next(int[] index, int[] lowRange, int[] highRange)
          Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.
 void reset()
          Forces the enumerator pointing before first range; a subsequent next gives the first range in the enumeration.
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Forces the enumerator pointing before first range; a subsequent next gives the first range in the enumeration.

Product Availability

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

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

next

void next(int[] index,
          int[] lowRange,
          int[] highRange)
          throws IOException,
                 AutomationException
Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.

Product Availability

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

Parameters:
index - The index (out: use single element array)
lowRange - The lowRange (out: use single element array)
highRange - The highRange (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.