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


IEnumRESTResource.Next Method (ArcObjects .NET 10.4 SDK)
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