ArcGIS Pro 2.6 API Reference Guide
StatisticsResult Class Members
Properties 


ArcGIS.Core.Data Namespace : StatisticsResult Class

The following tables list the members exposed by StatisticsResult.

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