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


IEnumServerObjectTypeInfo.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IEnumServerObjectTypeInfo.Next Method

Returns the next ServerObjectTypeInfo in the enumeration.

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

Parameters nextInfo [out, retval]
nextInfo is a parameter of type IServerObjectTypeInfo

Product Availability

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

See Also

IEnumServerObjectTypeInfo Interface