ArcGIS Pro 2.9 API Reference Guide
AddOverlayAsync(Layer,Int64,CIMSymbolReference) Method

ArcGIS.Desktop.Mapping Namespace > MapTool Class > AddOverlayAsync Method : AddOverlayAsync(Layer,Int64,CIMSymbolReference) Method
The layer containing the feature.
The ObjectID for the feature.
The symbol to use for the overlay.
Add an overlay graphic for a feature on the map view.
Syntax
protected Task<IDisposable> AddOverlayAsync( 
   Layer layer,
   long oid,
   CIMSymbolReference symbol
)
Protected Overloads Function AddOverlayAsync( _
   ByVal layer As Layer, _
   ByVal oid As Long, _
   Optional ByVal symbol As CIMSymbolReference _
) As Task(Of IDisposable)

Parameters

layer
The layer containing the feature.
oid
The ObjectID for the feature.
symbol
The symbol to use for the overlay.

Return Value

An object that when disposed will remove the overlay.
Remarks
When the tool is deactivated all overlay graphics will be removed.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members
Overload List