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


IRasterBandEdit.AlterHistogram Method (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 > IRasterBandEdit.AlterHistogram Method
ArcGIS Developer Help

IRasterBandEdit.AlterHistogram Method

Alters histogram.

[Visual Basic .NET]
Public Sub AlterHistogram ( _
    ByVal pHistogram As IRasterHistogram _
)
[C#]
public void AlterHistogram (
    IRasterHistogram pHistogram
);
[C++]
HRESULT AlterHistogram(
  IRasterHistogram* pHistogram
);
[C++]
Parameters
pHistogram [in]

pHistogram is a parameter of type IRasterHistogram*

Product Availability

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

Description

Alters the histogram of the raster band with the given raster histogram

See Also

IRasterBandEdit Interface