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