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


IStatsHistogram.Min Property (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.Min Property
ArcGIS Developer Help

IStatsHistogram.Min Property

The minimum value of the historgram.

[Visual Basic .NET]
Public Property Min As Double
[C#]
public double Min {get; set;}
[C++]
HRESULT get_Min(
  System.Double* Min
);
[C++]
HRESULT put_Min(
  double Min
);
[C++]
Parameters
Min [out, retval]

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

Product Availability

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

See Also

IStatsHistogram Interface