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


IStatsHistogram.Max Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.Max Property

The maximum value of the historgram.

[Visual Basic .NET]
Public Property Max As Double
[C#]
public double Max {get; set;}
[C++]
HRESULT get_Max(
  double* Max
);
[C++]
HRESULT put_Max(
  double Max
);
[C++]

Parameters Max [out, retval] Max 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