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

In This Topic
    SetDefaultSelectionFillColorAsync Method
    In This Topic
    Sets the default selection fill color. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static Task SetDefaultSelectionFillColorAsync( 
       CIMColor color
    )
    Public Shared Function SetDefaultSelectionFillColorAsync( _
       ByVal color As CIMColor _
    ) As Task

    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