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


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

IRasterBandEdit Interface

Provides access to members that control a raster band. Note: the IRasterBandEdit interface has been superseded by IRasterBandEdit2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method AlterHistogram Alters histogram.
Method AlterStatistics Alters statistics.
Method ComputeStatsHistogram Calculates statistics and histogram from a given pyramid level.

Classes that implement IRasterBandEdit

Classes Description
RasterBand A representation of a single band of a raster dataset on disk.

Remarks

The IRasterBandEdit provides the functions to alter the statistics and histogram of the raster band. AlterStatistics alters the statistics of the raster band, AlterHistogram alters the histogram info of the raster band. ComputeStatisticsHistogram allows to build statistics and histogram based on the given level of pyramid layer.