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


IAnalyzeParameters.AnalyzePerformance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IAnalyzeParameters Interface