ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram3.RasterStatistics Property

The raster statistics.

[Visual Basic .NET]
Public ReadOnly Property RasterStatistics As IRasterStatistics
[C#]
public IRasterStatistics RasterStatistics {get;}
[C++]
HRESULT get_RasterStatistics(
  IRasterStatistics** ppStatistics
);
[C++]

Parameters

ppStatistics [out, retval]

  ppStatistics is a parameter of type IRasterStatistics

Product Availability

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

See Also

IStatsHistogram3 Interface