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


IAnalyzeParameters.AnalyzeStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.AnalyzeStatistics Property

Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.

[Visual Basic .NET]
Public Property AnalyzeStatistics As Boolean
[C#]
public bool AnalyzeStatistics {get; set;}
[C++]
HRESULT get_AnalyzeStatistics(
  VARIANT_BOOL* pbAnalyzeStatistics
);
[C++]
HRESULT put_AnalyzeStatistics(
  VARIANT_BOOL pbAnalyzeStatistics
);
[C++]

Parameters pbAnalyzeStatistics [out, retval] pbAnalyzeStatistics is a parameter of type VARIANT_BOOL pbAnalyzeStatistics [in] pbAnalyzeStatistics is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAnalyzeParameters Interface