This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumHierarchyRange Interface > IEnumHierarchyRange.Next Method (ArcObjects .NET 10.4 SDK) |
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