Class UniqueValue
Represents a unique value or combination of values and a matching symbol in a Unique
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UniqueValue : INotifyPropertyChanged
Constructors
Name | Description |
---|---|
Unique |
Initializes a new instance of the Unique |
UniqueValue(String, String, Symbol, IEnumerable<Object>) | Initializes a new instance of the Unique |
UniqueValue(String, String, Symbol, IEnumerable<Object>, IEnumerable<Symbol>) | Initializes a new instance of the Unique |
Unique |
Initializes a new instance of the Unique |
UniqueValue(String, String, Symbol, Object, IEnumerable<Symbol>) | Initializes a new instance of the Unique |
Properties
Name | Description |
---|---|
Alternate |
Gets the alternate symbols for the unique value's primary symbol. Currently only
Multilayer |
Description | Gets or sets a description of the unique value. "Parcels zoned for residential use", for example. |
Label | Gets or sets a label for the unique value. "Residential", for example. |
Symbol | Gets or sets the symbol used to represent the value or values. |
Values | Gets a collection that defines a unique value or unique combination of values.
Multiple values represent a unique combination.
The Field |
Methods
Name | Description |
---|---|
Clone() | Returns a clone of this UniqueValue. |
From |
Creates an instance of a UniqueValue by deserializing JSON. |
To |
Returns a string containing the JSON representation of the UniqueValue. |
Events
Name | Description |
---|---|
Property |
Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |