ArcGIS Pro 2.9 API Reference Guide
FlashFeature(BasicFeatureLayer,Int64,Boolean) Method

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.
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, Windows 8.1

See Also

Reference

MapView Class
MapView Members
Overload List