ArcGIS Pro 2.8 API Reference Guide
UniqueValueRendererDefinition Constructor(String[],CIMSymbolReference,CIMColorRamp,CIMSymbolReference,Boolean)

ArcGIS.Desktop.Mapping Namespace > UniqueValueRendererDefinition Class > UniqueValueRendererDefinition Constructor : UniqueValueRendererDefinition Constructor(String[],CIMSymbolReference,CIMColorRamp,CIMSymbolReference,Boolean)
One or more fields be used to get unique values or combination of values from.
A symbol that will be used to draw features whose values are not found in values list.
A color ramp be used to pick color for symbols from.
A symbol that will be used to draw features whose values are not found in values list.
A boolean indicates whether the DefaultSymbol will be used to draw features whose values are not found in the values list or not.
Creates a UniqueValueRendererDefinition.
Syntax
Public Function New( _
   ByVal fields() As String, _
   Optional ByVal symbolTemplate As CIMSymbolReference, _
   Optional ByVal colorRamp As CIMColorRamp, _
   Optional ByVal defaultSymbol As CIMSymbolReference, _
   Optional ByVal useDefaultSymbol As Boolean _
)

Parameters

fields
One or more fields be used to get unique values or combination of values from.
symbolTemplate
A symbol that will be used to draw features whose values are not found in values list.
colorRamp
A color ramp be used to pick color for symbols from.
defaultSymbol
A symbol that will be used to draw features whose values are not found in values list.
useDefaultSymbol
A boolean indicates whether the DefaultSymbol will be used to draw features whose values are not found in the values list or not.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

UniqueValueRendererDefinition Class
UniqueValueRendererDefinition Members
Overload List