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


IRasterBand.Statistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.Statistics Property
ArcGIS Developer Help

IRasterBand.Statistics Property

The statistics of this raster band.

[Visual Basic .NET]
Public ReadOnly Property Statistics As IRasterStatistics
[C#]
public IRasterStatistics Statistics {get;}
[C++]
HRESULT get_Statistics(
  IRasterStatistics** Statistics
);
[C++]
Parameters
Statistics [out, retval]

Statistics is a parameter of type IRasterStatistics**

Product Availability

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

See Also

IRasterBand Interface