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 > IEnumReferenceDataTable Interface > IEnumReferenceDataTable.Next Method (ArcObjects .NET 10.5 SDK) |
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
Returns the next ReferenceDataTable from the enumerator.