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


IEnumRasterBand.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IEnumRasterBand.Next Method

Retrieves the next raster band in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As IRasterBand
[C#]
public IRasterBand Next (
);
[C++]
HRESULT Next(
  IRasterBand** ppBand
);
[C++]

Parameters ppBand [out, retval]
ppBand is a parameter of type IRasterBand

Product Availability

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

See Also

IEnumRasterBand Interface