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


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

IEstimateStatisticsParameters Interface

Provides access to members that control how a mosaic dataset statistics are estimated.

Product Availability

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

Members

Name Description
Read/write property ComputeItemStatisticsIfMissing Indicates whether statistics of selected mosaic dataset items are computed if missing. If set to FALSE, items without statistics are skipped and excluded from the aggregate.
Read/write property MergeExistingStatistics Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.
Read/write property UpdateMosaicDataset Indicates whether the mosaic dataset is updated with the aggregate statistics.

Classes that implement IEstimateStatisticsParameters

Classes Description
EstimateStatisticsParameters An object that controls how raster statistics of a mosaic dataset are estimated.