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


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

IStatsHistogram.PutHistogramMinmax Method

Sets histogram min and max range.

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

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

Product Availability

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

See Also

IStatsHistogram Interface