ArcGIS Pro 3.7 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 Shared Function SetDefaultHighlightColorAsync( _
       ByVal color As CIMColor _
    ) As Task
    public static Task SetDefaultHighlightColorAsync( 
       CIMColor color
    )

    Parameters

    color
    The default highlight selection color.

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also