ArcObjects Library Reference (DataSourcesRaster)  

IRasterCalcStatsHistogram3.LoadFromRasterBandEx Method

Computes stats and histogram from a given RasterBand.

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

Parameters

pBand [in]

  pBand is a parameter of type IRasterBand

NoData [in]   NoData is a parameter of type VARIANT Approximation [in]   Approximation is a parameter of type VARIANT_BOOL pStatsHistogram [in]

  pStatsHistogram is a parameter of type IStatsHistogram

Product Availability

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

See Also

IRasterCalcStatsHistogram3 Interface