ArcObjects Library Reference (DataSourcesRaster)  

IRasterHistograms.Add Method

Adds a raster histogram.

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

Parameters

pHistogram [in]

  pHistogram is a parameter of type IRasterHistogram

Product Availability

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

See Also

IRasterHistograms Interface