Provides access to members that control a raster band enumerator object.
Members
| Name | Description | |
|---|---|---|
![]() |
Next | Retrieves the next raster band in the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
IEnumRasterBand.Next Method
Retrieves the next raster band in the enumeration sequence.
Public Function Next ( _
) As IRasterBand
public IRasterBand Next (
);
IEnumRasterBand.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumRasterBand
| Classes | Description |
|---|---|
| RasterBands | An enumerator useful for iterating through a set of raster bands. |
