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


IRasterStatistics.RasterBand Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics Interface > IRasterStatistics.RasterBand Property
ArcGIS Developer Help

IRasterStatistics.RasterBand Property

The RasterBand.

[Visual Basic .NET]
Public WriteOnly Property RasterBand
[C#]
public void RasterBand {set;}
[C++]
HRESULT put_RasterBand(
  IRasterBand* 
);
[C++]
Parameters
 [in]

is a parameter of type IRasterBand*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterStatistics Interface