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


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

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(
  System.Int32* 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