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


IRasterAnalysisGDBEnvironment.CalculateStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.CalculateStatistics Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface