ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.QueryStats Method

Computes stats and histogram from a given Raster.

[Visual Basic .NET]
Public Sub QueryStats ( _
    ByRef Min As Double, _
    ByRef Max As Double, _
    ByRef Mean As Double, _
    ByRef StdDev As Double _
)
[C#]
public void QueryStats (
    ref double Min,
    ref double Max,
    ref double Mean,
    ref double StdDev
);
[C++]
HRESULT QueryStats(
  double* Min,
  double* Max,
  double* Mean,
  double* StdDev
);
[C++]

Parameters

Min [out]   Min is a parameter of type double Max [out]   Max is a parameter of type double Mean [out]   Mean is a parameter of type double StdDev [out]   StdDev is a parameter of type double

Product Availability

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

See Also

IStatsHistogram Interface