ArcGIS Pro 2.9 API Reference Guide
StatisticsDescription Constructor

ArcGIS.Core.Data Namespace > StatisticsDescription Class : StatisticsDescription Constructor
The Field upon which statistics functions are performed.
An IReadOnlyList of one or more StatisticsFunctions, specifying what statistics should be computed.
Initializes a new instance of the StatisticsDescription class.
Syntax

Parameters

field
The Field upon which statistics functions are performed.
statisticsFunctions
An IReadOnlyList 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

Reference

StatisticsDescription Class
StatisticsDescription Members