Show / Hide Table of Contents

Constructor UniqueValueRenderer

UniqueValueRenderer()

Initializes a new instance of the UniqueValueRenderer class.

Declaration
public UniqueValueRenderer()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
Relevant samples
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.

UniqueValueRenderer(Nullable<IEnumerable<String>>, Nullable<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
System.Nullable<IEnumerable<String>> fieldNames

The fields used to determine uniqueness

System.Nullable<IEnumerable<UniqueValue>> uniqueValues

The unique values used to determine uniqueness

String defaultLabel

The Default label

Symbol defaultSymbol

The Default symbol

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.