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


IEstimateStatisticsParameters.ComputeItemStatisticsIfMissing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbComputeItemStatisticsIfMissing
);
[C++]

Parameters pbComputeItemStatisticsIfMissing [out, retval] pbComputeItemStatisticsIfMissing is a parameter of type VARIANT_BOOL pbComputeItemStatisticsIfMissing [in] pbComputeItemStatisticsIfMissing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEstimateStatisticsParameters Interface