This document is archived and information here might be outdated. Recommended version. |
Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.
[Visual Basic .NET]
Public Property ComputeStatistics As Boolean
[C#]
public bool ComputeStatistics {get; set;}
[C++]
HRESULT get_ComputeStatistics(
VARIANT_BOOL pbComputeStatistics
);
[C++]
HRESULT put_ComputeStatistics(
Boolean* pbComputeStatistics
);
[C++] Parameters pbComputeStatistics [in]
pbComputeStatistics is a parameter of type bool pbComputeStatistics [out, retval]
pbComputeStatistics is a parameter of type bool*