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


IRasterCalcStatsHistogram.LoadFromRasterBand Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCalcStatsHistogram.LoadFromRasterBand Method

Computes stats and histogram from a given RasterBand.

[Visual Basic .NET]
Public Sub LoadFromRasterBand ( _
    ByVal pBand As IRasterBand, _
    ByVal NoData As Object, _
    ByVal pStatsHistogram As IStatsHistogram _
)
[C#]
public void LoadFromRasterBand (
    IRasterBand pBand,
    object NoData,
    IStatsHistogram pStatsHistogram
);
[C++]
HRESULT LoadFromRasterBand(
  IRasterBand* pBand,
  VARIANT NoData,
  IStatsHistogram* pStatsHistogram
);
[C++]

Parameters pBand [in]
pBand is a parameter of type IRasterBand NoData [in] NoData is a parameter of type VARIANT pStatsHistogram [in]
pStatsHistogram is a parameter of type IStatsHistogram

Product Availability

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

See Also

IRasterCalcStatsHistogram Interface