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


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

IRasterHistogramArray Interface

Provides access to members that controls an array 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 IRasterHistogramArray

Classes Description
RasterHistogramArray An array of raster histograms.