ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / SelectionOptions Class / SetSelectionFillIsHatched Method
Is the selection fill hatched.

In This Topic
    SetSelectionFillIsHatched Method
    In This Topic
    Sets the selection fill to be hatched or solid. Use this in conjunction with SetSelectionFillColor. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetSelectionFillIsHatched( 
       bool isHhatched
    )
    Public Sub SetSelectionFillIsHatched( _
       ByVal isHhatched As Boolean _
    ) 

    Parameters

    isHhatched
    Is the selection fill hatched.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also