Constructor UniqueValue
UniqueValue()
Initializes a new instance of the Unique
Declaration
public UniqueValue()
Applies to
Platforms and versions
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 |
Relevant samples
UniqueValue(String, String, Symbol, Object)
Initializes a new instance of the Unique
Declaration
public UniqueValue(string description, string label, Symbol symbol, object value)
Parameters
Type | Name | Description |
---|---|---|
System. |
description | The description of the unique value. "Parcels zoned for residential use", for example. |
System. |
label | The label for the unique value. "Residential", for example. |
Symbol | symbol | The symbol used to represent elements with this unique value. |
System. |
value | A single object value |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
UniqueValue(String, String, Symbol, IEnumerable<Object>)
Initializes a new instance of the Unique
Declaration
public UniqueValue(string description, string label, Symbol symbol, IEnumerable<object> values)
Parameters
Type | Name | Description |
---|---|---|
System. |
description | The description of the unique value. "Parcels zoned for residential use", for example. |
System. |
label | The label for the unique value. "Residential", for example. |
Symbol | symbol | The symbol used to represent elements with this unique value. |
System. |
values | A collection of object values. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
UniqueValue(String, String, Symbol, IEnumerable<Object>, IEnumerable<Symbol>)
Initializes a new instance of the Unique
Declaration
public UniqueValue(string description, string label, Symbol symbol, IEnumerable<object> values, IEnumerable<Symbol> alternateSymbols)
Parameters
Type | Name | Description |
---|---|---|
System. |
description | The description of the unique value. "Parcels zoned for residential use", for example. |
System. |
label | The label for the unique value. "Residential", for example. |
Symbol | symbol | The symbol used to represent elements with this unique value. |
System. |
values | A collection of object values. |
System. |
alternateSymbols | A collection of alternate symbols for the unique value. Only Multilayer |
Remarks
A unique value can have alternate symbols to the primary symbol. Alternate symbols allow you to
tailor the visualization of a unique value at different scales by selecting different symbols
for different scales. Alternate symbols are supported only when unique value's primary symbol
and other symbols in alternate symbol list are of type Multilayer
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.14 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |
UniqueValue(String, String, Symbol, Object, IEnumerable<Symbol>)
Initializes a new instance of the Unique
Declaration
public UniqueValue(string description, string label, Symbol symbol, object value, IEnumerable<Symbol> alternateSymbols)
Parameters
Type | Name | Description |
---|---|---|
System. |
description | The description of the unique value. "Parcels zoned for residential use", for example. |
System. |
label | The label for the unique value. "Residential", for example. |
Symbol | symbol | The symbol used to represent elements with this unique value. |
System. |
value | A single object value. |
System. |
alternateSymbols | A collection of alternate symbols to the primary symbol. Symbols in this list should be of type Multilayer |
Remarks
A unique value can have alternate symbols to the primary symbol.
Alternate symbols allow you to tailor the visualization of a unique value at different scales by selecting different symbols for different scales.
Alternate symbols are supported only when unique value's primary symbol and other symbols in alternate symbol list are of type Multilayer
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.14 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |