ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram3 Interface

Provides access to members that controls stats and histogram.

Product Availability

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

Members

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.
Read-only property PixelCount The total pixel count.
Method PutHistogramInfo Sets histogram size, min and max range.
Method PutHistogramMinmax Sets histogram min and max range.
Method PutStats Computes stats and histogram from a given Raster.
Method QueryHistogramInfo Gets histogram size, min and max range.
Method QueryHistogramMinmax Gets histogram min and max range.
Method QueryStats Computes stats and histogram from a given Raster.
Read-only property RasterHistogram The raster histogram.
Read-only property RasterStatistics The raster statistics.
Read/write property StdDev The standard deviation value of the historgram.
Method Update Updates the histogram after accumulation.

Inherited Interfaces

Interfaces Description
IStatsHistogram2 Provides access to members that controls stats and histogram.
IStatsHistogram Provides access to members that controls stats and histogram.

CoClasses that implement IStatsHistogram3

CoClasses and Classes Description
StatsHistogram A raster statistics and histogram class.