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

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

See Also

Reference

MapView Class
MapView Members
Overload List