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


IRasterHistogramArray.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterHistogramArray.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

IRasterHistogramArray Interface