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

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

    Parameters

    layer
    The layer containing the feature to flash.
    objectID
    The Object ID of the feature to flash.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also