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


IRasterHistogram Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterHistogram Interface
ArcGIS Developer Help

IRasterHistogram Interface

Provides access to members that control a raster histogram.

Product Availability

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

Description

IRasterHistogram is used to obtain the histogram of pixel values in a raster band.

Members

Name Description
Method Bin Translates pixel values to integer Bin index.
Read-only property BinFunction The Bin function that maps pixel value into histogram index.
Read/write property Counts Count array in doubles.

Classes that implement IRasterHistogram

Classes Description
RasterHistogram A raster histogram class.