ArcGIS Pro 2.9 API Reference Guide
TableStatisticsDescription Constructor

ArcGIS.Core.Data Namespace > TableStatisticsDescription Class : TableStatisticsDescription Constructor
An IReadOnlyList containing one or more StatisticsDescriptions which specify what statistics function(s) should be performed on a specific field.
Initializes a new instance of the TableStatisticsDescription class.
Syntax

Parameters

statisticsDescriptions
An IReadOnlyList containing one or more StatisticsDescriptions which specify what statistics function(s) should be performed on a specific field.
Exceptions
ExceptionDescription

statisticsDescriptions is null.

-or-

The StatisticsDescription input at a specific index in statisticsDescriptions is null.

statisticsDescriptions does not contain at least one non-null input.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableStatisticsDescription Class
TableStatisticsDescription Members