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

In This Topic
    SetDefaultSelectionFillColorHatched Method
    In This Topic
    Sets whether the default selection fill color (if any) will be hatched or solid. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static void SetDefaultSelectionFillColorHatched( 
       bool hatched
    )
    Public Shared Sub SetDefaultSelectionFillColorHatched( _
       ByVal hatched As Boolean _
    ) 

    Parameters

    hatched
    True for hatched, false for solid
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    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