This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IR > IRasterSurface Interface > IRasterSurface.RasterBand Property (ArcObjects .NET 10.4 SDK) |
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