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


IStatsHistogram.QueryStats Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.QueryStats Method
ArcGIS Developer Help

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(
  System.Double* Min,
  System.Double* Max,
  System.Double* Mean,
  System.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