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


IAnalyzeParameters.AnalyzeStatistics 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.AnalyzeStatistics Property
ArcGIS Developer Help

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(
  Boolean* pbAnalyzeStatistics
);
[C++]
Parameters
pbAnalyzeStatistics [in]

pbAnalyzeStatistics is a parameter of type bool pbAnalyzeStatistics [out, retval]
pbAnalyzeStatistics is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface