This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCalcStatsHistogram3 Interface > IRasterCalcStatsHistogram3.LoadFromRasterBandEx Method (ArcObjects .NET 10.4 SDK) |
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