This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IE > IEnumServerObjectType Interface > IEnumServerObjectType.Next Method (ArcObjects .NET 10.4 SDK) |
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