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


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

IRasterStatistics2 Interface

Provides access to members that control raster statistics.

Product Availability

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

Members

Name Description
Read/write property Covariances Array of doubles, the covariances with the n bands of the raster.
Read/write property IgnoredValues Array of doubles indicating the pixel values not included in the statistics calculation.
Read/write property IsValid Indicates if statistics are fresh.
Read/write property Maximum Approximate largest value.
Read/write property Mean Approximate average value.
Read-only property Median Divides pixel population approximately in halves.
Read/write property Minimum Approximate smallest value.
Read-only property Mode Approximate most popular pixel value.
Write-only property RasterBand The RasterBand.
Method Recalculate Recalculate statistics based upon current skip factors and ignored values.
Read/write property SkipFactorX Number of horizontal pixels between samples for purposes of calculating statistics.
Read/write property SkipFactorY Number of vertical pixels between samples for purposes of calculating statistics.
Read/write property StandardDeviation Measures spread of pixel values about the mean.

Inherited Interfaces

Interfaces Description
IRasterStatistics Provides access to members that control raster statistics.

Classes that implement IRasterStatistics2

Classes Description
RasterStatistics A raster statistics class.