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


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

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