ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / SelectionOptions Class / SetSelectionFillColor Method
The selection fill color.

In This Topic
    SetSelectionFillColor Method
    In This Topic
    Sets the selection fill color. Use this in conjunction with SetSelectionFillIsHatched to set solid or hatched fills as appropriate. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetSelectionFillColor( 
       CIMColor color
    )
    Public Sub SetSelectionFillColor( _
       ByVal color As CIMColor _
    ) 

    Parameters

    color
    The selection fill color.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    Specify a null value for no color to be applied to polygon interiors.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also