ArcObjects Library Reference (DataSourcesRaster)  

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

.NET Related Topics

DataSourcesRaster