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


IStatsHistogram3.PutHistogramInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram3.PutHistogramInfo Method

Sets histogram size, resolution, and min/max range.

[Visual Basic .NET]
Public Sub PutHistogramInfo ( _
    ByVal Size As Integer, _
    ByVal Resolution As Double, _
    ByVal minh As Double, _
    ByVal maxh As Double _
)
[C#]
public void PutHistogramInfo (
    int Size,
    double Resolution,
    double minh,
    double maxh
);
[C++]
HRESULT PutHistogramInfo(
  long Size,
  double Resolution,
  double minh,
  double maxh
);
[C++]

Parameters Size [in] Size is a parameter of type long Resolution [in] Resolution is a parameter of type double minh [in] minh is a parameter of type double maxh [in] maxh is a parameter of type double

Product Availability

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

See Also

IStatsHistogram3 Interface