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


IEnumBSTR.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 > IEnumBSTR Interface > IEnumBSTR.Next Method
ArcGIS Developer Help

IEnumBSTR.Next Method

Obtains the next string in the list.

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

Product Availability

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

Description

The Next method returns the next string in the enumerator. An empty string is returned by Next when there are no more strings to fetch.

See Also

IEnumBSTR Interface