Computes stats and histogram from a pixel block.
[Visual Basic .NET] Public Sub ComputeAllFromBlock ( _ ByVal pBlock As IPixelBlock, _ ByVal pStatsHistograms As IArray _ )
[C#] public void ComputeAllFromBlock ( IPixelBlock pBlock, IArray pStatsHistograms );
[C++]
HRESULT ComputeAllFromBlock(
IPixelBlock* pBlock,
IArray* pStatsHistograms
);
[C++]Parameters
pBlock [in]pBlock is a parameter of type IPixelBlock
pStatsHistograms [in]pStatsHistograms is a parameter of type IArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.