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


IEnumRESTOperation.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IEnumRESTOperation.Next Method

Gets next item.

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

Parameters ppOp [out, retval]
ppOp is a parameter of type IRESTOperation

Product Availability

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

See Also

IEnumRESTOperation Interface