This document is archived and information here might be outdated.  Recommended version.


IEnumHierarchyRange.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumHierarchyRange Interface > IEnumHierarchyRange.Next Method
ArcGIS Developer Help

IEnumHierarchyRange.Next Method

Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef Index As Integer, _
    ByRef lowRange As Integer, _
    ByRef highRange As Integer _
)
[C#]
public void Next (
    ref int Index,
    ref int lowRange,
    ref int highRange
);
[C++]
HRESULT Next(
  System.Int32* Index,
  System.Int32* lowRange,
  System.Int32* highRange
);
[C++]
Parameters
Index [out]

Index is a parameter of type long* lowRange [out]
lowRange is a parameter of type long* highRange [out]
highRange is a parameter of type long*

Product Availability

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

See Also

IEnumHierarchyRange Interface