This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzePerformance Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbAnalyzePerformance
);
[C++]
Parameters pbAnalyzePerformance [out, retval] pbAnalyzePerformance is a parameter of type VARIANT_BOOL pbAnalyzePerformance [in] pbAnalyzePerformance is a parameter of type VARIANT_BOOL