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


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

IEnumRESTOperation.Next Method

Gets next item.

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

Product Availability

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

See Also

IEnumRESTOperation Interface