This document is archived and information here might be outdated. Recommended version. |
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*