ArcGIS Pro 2.9 API Reference Guide
StatisticsResult Class Properties


ArcGIS.Core.Data Namespace : StatisticsResult Class

For a list of all members of this type, see StatisticsResult members.

Public Properties
 NameDescription
Public PropertyThe result of the StatisticsFunction.Average if this function was set as an input; double.NaN otherwise.  
Public PropertyThe result of the StatisticsFunction.Count if this function was set as an input; int.MinValue otherwise.  
Public PropertyGets the Field upon which one or more statistics functions were performed.  
Public PropertyThe result of the StatisticsFunction.Max if this function was set as an input; double.NaN otherwise.  
Public PropertyThe result of the StatisticsFunction.Min if this function was set as an input; double.NaN otherwise.  
Public PropertyThe result of the StatisticsFunction.StandardDeviation if this function was set as an input; double.NaN otherwise.  
Public PropertyThe result of the StatisticsFunction.Sum if this function was set as an input; double.NaN otherwise.  
Top
See Also

Reference

StatisticsResult Class
ArcGIS.Core.Data Namespace