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


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

IEnumPlace.Next Method

Returns the next place in the enumeration.

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

Product Availability

Available with ArcGIS Engine.

Description

The Next method returns the next Place in the enumerator.

See Also

IEnumPlace Interface