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


IRasterBandEdit.AlterHistogram Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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