ArcGIS Pro 3.7 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 Function New( _
       ByVal field As String _
    )
    public UnclassedColorsRendererDefinition( 
       string field
    )

    Parameters

    field
    Name of the field used in the renderer.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also