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


IAnalyzeParameters.AnalyzePerformance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzePerformance Property
ArcGIS Developer Help

IAnalyzeParameters.AnalyzePerformance Property

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*

Product Availability

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

See Also

IAnalyzeParameters Interface