ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / FlashFeature Method / FlashFeature(SelectionSet,Boolean) Method
The collection of layers and corresponding Object IDs to flash.
Will flash a crosshair.

In This Topic
    FlashFeature(SelectionSet,Boolean) Method
    In This Topic
    Flash one or more features in the view simultaneously.
    Syntax
    public void FlashFeature( 
       SelectionSet features,
       bool showCrosshair
    )
    Public Overloads Sub FlashFeature( _
       ByVal features As SelectionSet, _
       ByVal showCrosshair As Boolean _
    ) 

    Parameters

    features
    The collection of layers and corresponding Object IDs to flash.
    showCrosshair
    Will flash a crosshair.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also