ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / TableStatisticsDescription Class / TableStatisticsDescription Constructor
An IEnumerable containing one or more StatisticsDescriptions which specify what statistics function(s) should be performed on a specific field.

In This Topic
    TableStatisticsDescription Constructor
    In This Topic
    Initializes a new instance of the TableStatisticsDescription class.
    Syntax

    Parameters

    statisticsDescriptions
    An IEnumerable 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