ArcObjects Library Reference (3DAnalyst)  

IRasterSurface.RasterBand Property

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 [out, retval]

  RasterBand is a parameter of type IRasterBand

RasterBand [in]

  RasterBand is a parameter of type IRasterBand

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IRasterSurface Interface