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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |
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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |