ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionEnvironment Class / SetDefaultSelectionFillColorHatchedAsync Method
True for hatched, false for solid

In This Topic
    SetDefaultSelectionFillColorHatchedAsync Method
    In This Topic
    Sets whether the default selection fill color (if any) will be hatched or solid.
    Syntax
    public static Task SetDefaultSelectionFillColorHatchedAsync( 
       bool hatched
    )
    Public Shared Function SetDefaultSelectionFillColorHatchedAsync( _
       ByVal hatched As Boolean _
    ) As Task

    Parameters

    hatched
    True for hatched, false for solid

    Return Value

    Remarks
    A hatched value of true means the fill color (if any) will be hatched. A hatched value of false means the fill color (if any) will be solid.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also