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


IStatsHistogram.Min Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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