ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolSearcherSearchOutputOptions Class / DefaultPatchTypes Property

In This Topic
    DefaultPatchTypes Property
    In This Topic
    Gets and sets the default patch styles for symbolstyleitems.
    Syntax
    public Dictionary<StyleItemType,SymbolPatchType> DefaultPatchTypes {get; set;}
    Public Property DefaultPatchTypes As Dictionary(Of StyleItemType,SymbolPatchType)
    Remarks
    Currently, patch type choices are only supported from 2D line and polygon symbols. All other patch types will be ignored.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also