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.