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


IEnumHierarchyRange.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* Index,
  long* lowRange,
  long* 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