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


IEstimateStatisticsParameters.ComputeItemStatisticsIfMissing Property (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 > IEstimateStatisticsParameters.ComputeItemStatisticsIfMissing Property
ArcGIS Developer Help

IEstimateStatisticsParameters.ComputeItemStatisticsIfMissing Property

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.

[Visual Basic .NET]
Public Property ComputeItemStatisticsIfMissing As Boolean
[C#]
public bool ComputeItemStatisticsIfMissing {get; set;}
[C++]
HRESULT get_ComputeItemStatisticsIfMissing(
  VARIANT_BOOL pbComputeItemStatisticsIfMissing
);
[C++]
HRESULT put_ComputeItemStatisticsIfMissing(
  Boolean* pbComputeItemStatisticsIfMissing
);
[C++]
Parameters
pbComputeItemStatisticsIfMissing [in]

pbComputeItemStatisticsIfMissing is a parameter of type bool pbComputeItemStatisticsIfMissing [out, retval]
pbComputeItemStatisticsIfMissing is a parameter of type bool*

Product Availability

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

See Also

IEstimateStatisticsParameters Interface