Show / Hide Table of Contents

Constructor AggregateField

AggregateField(String, ArcadeExpression, AggregateStatisticType)

Initializes a new instance of the AggregateField class.

Declaration
public AggregateField(string name, ArcadeExpression statisticExpression, AggregateStatisticType statisticType)
Parameters
Type Name Description
System.String name

A name that uniquely identifies the aggregate field within the AggregateFields collection.

ArcadeExpression statisticExpression

An Arcade expression that evaluates to either a string or a number.

AggregateStatisticType statisticType

Type of statistic used to summarize numeric field for aggregated geoelements.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7

AggregateField(String, String, AggregateStatisticType)

Initializes a new instance of the AggregateField class.

Declaration
public AggregateField(string name, string statisticFieldName, AggregateStatisticType statisticType)
Parameters
Type Name Description
System.String name

A name that uniquely identifies the aggregate field within the AggregateFields collection.

System.String statisticFieldName

An attribute name from the source dataset that contains numeric values to summarize.

AggregateStatisticType statisticType

Type of statistic used to summarize numeric field for aggregated geoelements.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.