|  | This document is archived and information here might be outdated. Recommended version. | 
The raster band of a raster surface.
[Visual Basic .NET] Public Property RasterBand As IRasterBand
[C#] public IRasterBand RasterBand {get; set;}
[C++]
HRESULT get_RasterBand(
  IRasterBand* RasterBand
);
[C++]
HRESULT put_RasterBand(
  IRasterBand** RasterBand
);
[C++] Parameters RasterBand [in]
RasterBand is a parameter of type IRasterBand* RasterBand [out, retval]
RasterBand is a parameter of type IRasterBand**