ArcObjects Library Reference (DataSourcesRaster)  

IRasterCalcStatsHistogram2.ComputeAllFromRaster Method

Computes stats and histogram from a given Raster.

[Visual Basic .NET]
Public Sub ComputeAllFromRaster ( _
    ByVal pRaster As IRaster, _
    ByVal pStatsHistograms As IArray _
)
[C#]
public void ComputeAllFromRaster (
    IRaster pRaster,
    IArray pStatsHistograms
);
[C++]
HRESULT ComputeAllFromRaster(
  IRaster* pRaster,
  IArray* pStatsHistograms
);
[C++]

Parameters

pRaster [in]

  pRaster is a parameter of type IRaster

pStatsHistograms [in]

  pStatsHistograms is a parameter of type IArray

Product Availability

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

See Also

IRasterCalcStatsHistogram2 Interface