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