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


IEnumDatasetName.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumDatasetName.Next Method

Retrieves the next feature class in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As IDatasetName
[C#]
public IDatasetName Next (
);
[C++]
HRESULT Next(
  IDatasetName** DatasetName
);
[C++]

Parameters DatasetName [out, retval]
DatasetName is a parameter of type IDatasetName

Product Availability

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

See Also

IEnumDatasetName Interface

.NET Samples

Simple point plug-in data source (Code Files: OpenSimplePointDlg)

.NET Related Topics

Geodatabase | How to export a dataset to XML | Running a geoprocessing tool using background geoprocessing