ArcGIS Pro 3.7 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 Overloads Sub FlashFeature( _
       ByVal features As SelectionSet, _
       ByVal showCrosshair As Boolean _
    ) 
    public void FlashFeature( 
       SelectionSet features,
       bool showCrosshair
    )

    Parameters

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also