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


IStatsHistogram.QueryHistogramMinmax Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.QueryHistogramMinmax Method

Gets histogram min and max range.

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

Parameters Min [out] Min is a parameter of type double Max [out] Max is a parameter of type double

Product Availability

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

See Also

IStatsHistogram Interface