ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableStatisticsDescription Class / StatisticsDescriptions Property

In This Topic
    StatisticsDescriptions Property
    In This Topic
    Gets an IReadOnlyList of one or more StatisticsDescriptions specifying what statistics function(s) should be performed on a specific field.
    Syntax
    public IReadOnlyList<StatisticsDescription> StatisticsDescriptions {get;}
    Public ReadOnly Property StatisticsDescriptions As IReadOnlyList(Of StatisticsDescription)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also