ArcObjects Library Reference (Carto)  

IEnumRasterUniqueValueColor.Next Method

Next index for current class in the enumeration sequence.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef Index As Integer _
)
[C#]
public void Next (
    ref int Index
);
[C++]
HRESULT Next(
  long* Index
);
[C++]

Parameters

Index [out]   Index is a parameter of type long

Product Availability

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

See Also

IEnumRasterUniqueValueColor Interface