Class AggregateField
Defines a field or statistical Arcade
Inheritance
Namespace: Esri.ArcGISRuntime.Reduction
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class AggregateField
Remarks
Feature reduction uses statistical methods to aggregate geoelements into logical groups based on their location. Attribute values
for each group (Aggregate
Constructors
Name | Description |
---|---|
Aggregate |
Initializes a new instance of the Aggregate |
Aggregate |
Initializes a new instance of the Aggregate |
Properties
Name | Description |
---|---|
Alias | Gets or sets a display name for the field that appears in a |
Name | Gets or sets a name that uniquely identifies the aggregate field within the Aggregate |
Statistic |
Gets or sets an Arcade expression that must evaluate to either a string or a number. |
Statistic |
Gets or sets an attribute name from the source dataset that contains numeric values to summarize. |
Statistic |
Gets or sets the type of statistic for summarizing values returned from Statistic |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |