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


IStatisticsResults.Sum Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.Sum Property
ArcGIS Developer Help

IStatisticsResults.Sum Property

The sum of the values.

[Visual Basic .NET]
Public ReadOnly Property Sum As Double
[C#]
public double Sum {get;}
[C++]
HRESULT get_Sum(
  System.Double* Sum
);
[C++]
Parameters
Sum [out, retval]

Sum is a parameter of type double*

Product Availability

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

Description

Returns the Sum of all the data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.

See Also

IStatisticsResults Interface