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


IStatsHistogram.PutStats 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.PutStats Method
ArcGIS Developer Help

IStatsHistogram.PutStats Method

Computes stats and histogram from a given Raster.

[Visual Basic .NET]
Public Sub PutStats ( _
    ByVal Min As Double, _
    ByVal Max As Double, _
    ByVal Mean As Double, _
    ByVal StdDev As Double _
)
[C#]
public void PutStats (
    double Min,
    double Max,
    double Mean,
    double StdDev
);
[C++]
HRESULT PutStats(
  double Min,
  double Max,
  double Mean,
  double StdDev
);
[C++]
Parameters
Min [in]

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

Product Availability

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

See Also

IStatsHistogram Interface