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

SetDefaultSelectionFillColorHatchedAsync Method
Sets whether the default selection fill color (if any) will be hatched or solid.
Syntax
public static Task SetDefaultSelectionFillColorHatchedAsync( 
   bool hatched
)

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