This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumDataset Interface > IEnumDataset.Next Method (ArcObjects .NET 10.4 SDK) |
Retrieves the next dataset in the enumeration sequence.
[Visual Basic .NET] Public Function Next ( _ ) As IDataset
[C#] public IDataset Next ( );
[C++]
HRESULT Next(
IDataset** item
);
[C++]
Parameters item [out, retval]
item is a parameter of type IDataset