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


IRasterCalcStatsHistogram3.LoadFromRasterBandEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCalcStatsHistogram3 Interface > IRasterCalcStatsHistogram3.LoadFromRasterBandEx Method
ArcGIS Developer Help

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 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