ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionEnvironment Class / SetDefaultSelectionFillColorAsync Method
The default highlight selection color.
Version

SetDefaultSelectionFillColorAsync Method
Sets the default selection fill color. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public static Task SetDefaultSelectionFillColorAsync( 
   CIMColor color
)

Parameters

color
The default highlight selection color.

Return Value

Remarks
The selection fill color is applied to polygon interiors. Set to null to remove the fill color.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also