ArcGIS Pro 3.3 API Reference Guide
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.

In This Topic
    UnclassedColorsRendererDefinition Constructor(String,CIMSymbolReference,CIMColorRamp)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also