ArcObjects Library Reference (System)  

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(
  IName** Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IName

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