This document is archived and information here might be outdated. Recommended version. |
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.
[Visual Basic .NET]
Public Property AnalyzePerformance As Boolean
[C#]
public bool AnalyzePerformance {get; set;}
[C++]
HRESULT get_AnalyzePerformance(
VARIANT_BOOL pbAnalyzePerformance
);
[C++]
HRESULT put_AnalyzePerformance(
Boolean* pbAnalyzePerformance
);
[C++] Parameters pbAnalyzePerformance [in]
pbAnalyzePerformance is a parameter of type bool pbAnalyzePerformance [out, retval]
pbAnalyzePerformance is a parameter of type bool*