public IReadOnlyList<TableStatisticsResult> CalculateStatistics( TableStatisticsDescription tableStatisticsDescription )
Public Function CalculateStatistics( _ ByVal tableStatisticsDescription As TableStatisticsDescription _ ) As IReadOnlyList(Of TableStatisticsResult)
Parameters
- tableStatisticsDescription
- Specifies how statistics computations should be carried out against one or more fields in a table or feature class.
Return Value
A list of TableStatisticsResults that report the results of statistics computation on the input fields. If no
GroupBy
is specified, the count of the returned list is one. However, if tableStatisticsDescription has at least one GroupBy
field specified, the returned list count may be more than one where each instance of TableStatisticsResult
corresponds to each unique value under the GroupBy
field.