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


IRasterAnalysisGDBEnvironment.CalculateStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.CalculateStatistics Property

Indicates if the statistics calculation in the RasterAnalysis.

[Visual Basic .NET]
Public Property CalculateStatistics As Boolean
[C#]
public bool CalculateStatistics {get; set;}
[C++]
HRESULT get_CalculateStatistics(
  VARIANT_BOOL* CalculateStatistics
);
[C++]
HRESULT put_CalculateStatistics(
  VARIANT_BOOL CalculateStatistics
);
[C++]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface