ArcObjects Library Reference (Server)  

IEnumServerObjectType.Next Method

Returns the next type in the enumeration.

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

Parameters

nextType [out, retval]

  nextType is a parameter of type IServerObjectType

Product Availability

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

See Also

IEnumServerObjectType Interface