ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / UniqueValueRendererDefinition Class / UseDefaultSymbol Property

In This Topic
    UseDefaultSymbol Property (UniqueValueRendererDefinition)
    In This Topic
    Gets or sets a boolean to indicate that DefaultSymbol will be used to draw features whose values are not found in the values list.
    Syntax
    public bool UseDefaultSymbol {get; set;}
    Public Property UseDefaultSymbol As Boolean
    Remarks
    You should use this when there are more unique values that what you set as ValuesLimit.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also