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


IStatsHistogram Interface (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
ArcGIS Developer Help

IStatsHistogram Interface

Provides access to members that controls stats and histogram. Note: the IStatsHistogram interface has been superseded by IStatsHistogram2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method Accumulate Accumulates a value and its count.
Method Empty Empties this RasterStatsHistogram and marks it invalid.
Method HasHistogram Checks if this StatsHistogram has histogram.
Method HasStats Checks if this StatsHistogram has stats.
Read/write property Histogram The histogram values of the statistics.
Read/write property Max The maximum value of the historgram.
Read/write property Mean The mean value of the historgram.
Read/write property Min The minimum value of the historgram.
Method PutHistogramMinmax Sets histogram min and max range.
Method PutStats Computes stats and histogram from a given Raster.
Method QueryHistogramMinmax Gets histogram min and max range.
Method QueryStats Computes stats and histogram from a given Raster.
Read/write property StdDev The standard deviation value of the historgram.
Method Update Updates the histogram after accumulation.

Classes that implement IStatsHistogram

Classes Description
StatsHistogram A raster statistics and histogram class.

Remarks

IStatsHistogram, the interface for StatsHistogram , is used to access the statistics and bin histogram.

StatsHistogram can be created from RasterCalcStatsHistogram and is used to set the raster stretch (using IRasterStretch2) for RasterStretchColorRampRenderer

See Also

StatsHistogram Class | IRasterStretch2 Interface | RasterCalcStatsHistogram Class