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


IEnumReferenceDataTable.Next Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

IEnumReferenceDataTable.Next Method

Returns the next reference data table.

[Visual Basic .NET]
Public Function Next ( _
) As IReferenceDataTable
[C#]
public IReferenceDataTable Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

Description

Returns the next ReferenceDataTable from the enumerator.

See Also

IEnumReferenceDataTable Interface

.NET Related Topics

Creating an address locator