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


IEnumSubtype.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* SubtypeCode,
  BSTR* SubtypeName
);
[C++]

Parameters SubtypeCode [out] SubtypeCode is a parameter of type long SubtypeName [out, retval] SubtypeName is a parameter of type BSTR

Product Availability

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

See Also

IEnumSubtype Interface