ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / UnclassedColorsRendererDefinition Class / UnclassedColorsRendererDefinition Constructor / UnclassedColorsRendererDefinition Constructor(String)
Name of the field used in the renderer.

In This Topic
    UnclassedColorsRendererDefinition Constructor(String)
    In This Topic
    Create a UnclassedColorsRendererDefinition.
    Syntax
    public UnclassedColorsRendererDefinition( 
       string field
    )
    Public Function New( _
       ByVal field As String _
    )

    Parameters

    field
    Name of the field used in the renderer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also