public enum FieldStatisticsFlag : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum FieldStatisticsFlag Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum FieldStatisticsFlag : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum FieldStatisticsFlag Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| Count | The count of all field values. |
| Maximum | The minimum field value. |
| Mean | The average of all field values. |
| Median | The middle value of all field values. |
| Minimum | The maximum field value. |
| Mode | The most common value of all field values. |
| NoStatistics | No statistics calculated. |
| Range | The difference between the maximum and minimum field values. |
| StandardDeviation | The standard deviation of the field values. |
| Sum | The sum of all field values. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.FieldStatisticsFlag
Target Platforms: Windows 10, Windows 8.1