Constructor UniqueValueRenderer
UniqueValueRenderer()
Initializes a new instance of the UniqueValueRenderer class.
Declaration
public UniqueValueRenderer()
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |
Relevant samples
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.
UniqueValueRenderer(IEnumerable<String>, IEnumerable<UniqueValue>, String, Symbol)
Initializes a new instance of the UniqueValueRenderer class with initial values.
Declaration
public UniqueValueRenderer(IEnumerable<string> fieldNames, IEnumerable<UniqueValue> uniqueValues, string defaultLabel, Symbol defaultSymbol)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<System.String> | fieldNames | The fields used to determine uniqueness |
| IEnumerable<UniqueValue> | uniqueValues | The unique values used to determine uniqueness |
| System.String | defaultLabel | The Default label |
| Symbol | defaultSymbol | The Default symbol |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.14 |
Relevant samples
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.