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

In This Topic
    SetDefaultHighlightColorAsync Method
    In This Topic
    Sets the default highlight selection color.
    Syntax
    public static Task SetDefaultHighlightColorAsync( 
       CIMColor color
    )
    Public Shared Function SetDefaultHighlightColorAsync( _
       ByVal color As CIMColor _
    ) As Task

    Parameters

    color
    The default highlight selection color.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also