This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IEnumReferenceDataIndex Interface > IEnumReferenceDataIndex.Next Method (ArcObjects .NET 10.5 SDK) |
Returns the next geocoding index.
[Visual Basic .NET] Public Function Next ( _ ) As IReferenceDataIndex
[C#] public IReferenceDataIndex Next ( );
[C++]
HRESULT Next(
IReferenceDataIndex** index
);
[C++]
Parameters index [out, retval]
index is a parameter of type IReferenceDataIndex
Returns the next ReferenceDataIndex from the enumerator.