ArcObjects Library Reference (System)  

IEnumRESTResource.Next Method

Gets next item.

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

Parameters

ppRes [out, retval]

  ppRes is a parameter of type IRESTResource

Product Availability

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

See Also

IEnumRESTResource Interface