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


IEnumName.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumName Interface > IEnumName.Next Method
ArcGIS Developer Help

IEnumName.Next Method

Obtains the next Name in the list.

[Visual Basic .NET]
Public Function Next ( _
) As IName
[C#]
public IName Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

Description

The Next method returns the next Name in the enumerator.

See Also

IEnumName Interface