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


IEnumReferenceDataIndex.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IEnumReferenceDataIndex.Next Method

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

Product Availability

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

Description

Returns the next ReferenceDataIndex from the enumerator.

See Also

IEnumReferenceDataIndex Interface