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


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

IRasterStatisticsArray Interface

Provides access to members that controls an array of statistics.

Product Availability

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

Members

Name Description
Method Add Adds a raster statistics.
Read-only property Count The raster statistics count.
Read-only property Element The raster statistics at the specified position.
Method Insert Adds a raster statistics at the specified position.
Method Remove Removes the raster statistics at the specified position.
Method RemoveAll Removes all raster statistics.

Classes that implement IRasterStatisticsArray

Classes Description
RasterStatisticsArray An array of raster statistics.