This document is archived and information here might be outdated. Recommended version. |
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*