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

ArcGIS.Desktop.Mapping Namespace > UnclassedColorsRendererDefinition Class > UnclassedColorsRendererDefinition Constructor : UnclassedColorsRendererDefinition Constructor(String,CIMSymbolReference,CIMColorRamp)
Name of the field used in the renderer.
A template for symbol used in the renderer.
Color ramp to apply to those classes.
Create a UnclassedColorsRendererDefinition.
Syntax
public UnclassedColorsRendererDefinition( 
   string field,
   CIMSymbolReference symbolTemplate,
   CIMColorRamp colorRamp
)
Public Function New( _
   ByVal field As String, _
   ByVal symbolTemplate As CIMSymbolReference, _
   ByVal colorRamp As CIMColorRamp _
)

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.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

UnclassedColorsRendererDefinition Class
UnclassedColorsRendererDefinition Members
Overload List