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


IStatsHistogram3.RasterStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram3 Interface > IStatsHistogram3.RasterStatistics Property
ArcGIS Developer Help

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