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


IRasterBandEdit.ComputeStatsHistogram Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBandEdit.ComputeStatsHistogram Method

Calculates statistics and histogram from a given pyramid level.

[Visual Basic .NET]
Public Sub ComputeStatsHistogram ( _
    ByVal PyramidLevel As Integer _
)
[C#]
public void ComputeStatsHistogram (
    int PyramidLevel
);
[C++]
HRESULT ComputeStatsHistogram(
  long PyramidLevel
);
[C++]

Parameters PyramidLevel [in] PyramidLevel is a parameter of type long

Product Availability

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

See Also

IRasterBandEdit Interface