ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / FlashFeature Method / FlashFeature(BasicFeatureLayer,Int64,Boolean) Method
The layer containing the feature to flash.
The Object ID of the feature to flash.
Will flash a crosshair.

In This Topic
    FlashFeature(BasicFeatureLayer,Int64,Boolean) Method
    In This Topic
    Flash a feature in the view.
    Syntax
    public void FlashFeature( 
       BasicFeatureLayer layer,
       long objectID,
       bool showCrosshair
    )
    Public Overloads Sub FlashFeature( _
       ByVal layer As BasicFeatureLayer, _
       ByVal objectID As Long, _
       ByVal showCrosshair As Boolean _
    ) 

    Parameters

    layer
    The layer containing the feature to flash.
    objectID
    The Object ID of the feature to flash.
    showCrosshair
    Will flash a crosshair.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also