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

In This Topic
    DefaultSymbol Property (UniqueValueRendererDefinition)
    In This Topic
    Gets or sets a symbol that will be used to draw features whose values are not found in values list.
    Syntax
    public CIMSymbolReference DefaultSymbol {get; set;}
    Public Property DefaultSymbol As CIMSymbolReference
    Remarks
    You should use this when there are more unique values that what you set as ValuesLimit.
    Note, this is only applicable when UseDefaultSymbol is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also