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


IRasterSurface.RasterBand Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IR > IRasterSurface Interface > IRasterSurface.RasterBand Property
ArcGIS Developer Help

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 [in]

RasterBand is a parameter of type IRasterBand* RasterBand [out, retval]
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