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