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


IEnumSubtype.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumSubtype Interface > IEnumSubtype.Next Method
ArcGIS Developer Help

IEnumSubtype.Next Method

Retrieves the next Subtype in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
    ByRef SubtypeCode As Integer _
) As String
[C#]
public string Next (
    ref int SubtypeCode
);
[C++]
HRESULT Next(
  System.Int32* SubtypeCode
);
[C++]
Parameters
SubtypeCode [out]

SubtypeCode is a parameter of type long*

Product Availability

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

See Also

IEnumSubtype Interface