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


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

IRasterHistograms Interface

Provides access to members that controls a list of histograms.

Product Availability

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

Members

Name Description
Method Add Adds a raster histogram.
Read-only property Count The raster histogram count.
Read-only property Element The raster histogram at the specified position.
Method Insert Adds a raster histogram at the specified position.
Method Remove Removes the raster histogram at the specified position.
Method RemoveAll Removes all raster histograms.

Classes that implement IRasterHistograms

Classes Description
RasterHistograms An array of raster histograms.