ArcGIS Pro 2.9 API Reference Guide
UnclassedColorsRendererDefinition Constructor(String,CIMSymbolReference,CIMColorRamp,String,String)

ArcGIS.Desktop.Mapping Namespace > UnclassedColorsRendererDefinition Class > UnclassedColorsRendererDefinition Constructor : UnclassedColorsRendererDefinition Constructor(String,CIMSymbolReference,CIMColorRamp,String,String)
Name of the field used in the renderer.
A template for symbol used in the renderer.
Color ramp to apply to those classes.
Used in the legend to denote the maximum value in the color scheme.
Used in the legend to denote the minimum value in the color scheme.
Create a UnclassedColorsRendererDefinition.
Syntax
Public Function New( _
   ByVal field As String, _
   ByVal symbolTemplate As CIMSymbolReference, _
   ByVal colorRamp As CIMColorRamp, _
   ByVal upperLabel As String, _
   ByVal lowerLabel As String _
)

Parameters

field
Name of the field used in the renderer.
symbolTemplate
A template for symbol used in the renderer.
colorRamp
Color ramp to apply to those classes.
upperLabel
Used in the legend to denote the maximum value in the color scheme.
lowerLabel
Used in the legend to denote the minimum value in the color scheme.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

UnclassedColorsRendererDefinition Class
UnclassedColorsRendererDefinition Members
Overload List