ArcGIS Pro 3.7 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 Property DefaultPatchTypes As Dictionary(Of StyleItemType,SymbolPatchType)
    public Dictionary<StyleItemType,SymbolPatchType> DefaultPatchTypes {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also