ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / StatisticsDescription Class / StatisticsDescription Constructor
The Field upon which statistics functions are performed.
An IEnumerable of one or more StatisticsFunctions, specifying what statistics should be computed.

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

    Parameters

    field
    The Field upon which statistics functions are performed.
    statisticsFunctions
    An IEnumerable of one or more StatisticsFunctions, specifying what statistics should be computed.
    Exceptions
    ExceptionDescription

    field is null.

    -or-

    statisticsFunctions is null.

    statisticsFunctions does not contain at least one valid input.
    One or more StatisticsFunctions in statisticsFunctions are invalid.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also