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(
  IReferenceDataTable** Table
);
[C++]

Parameters

Table [out, retval]

  Table is a parameter of type IReferenceDataTable

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