This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IEnumRasterBand Interface > IEnumRasterBand.Next Method (ArcObjects .NET 10.5 SDK) |
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