ArcGIS Pro 2.7 API Reference Guide
AddOverlayAsync(CIMGraphic) Method

ArcGIS.Desktop.Mapping Namespace > MapTool Class > AddOverlayAsync Method : AddOverlayAsync(CIMGraphic) Method
The graphic to be added to the overlay.
Add an overlay graphic to the map view.
Syntax
protected Task<IDisposable> AddOverlayAsync( 
   CIMGraphic graphic
)
Protected Overloads Function AddOverlayAsync( _
   ByVal graphic As CIMGraphic _
) As Task(Of IDisposable)

Parameters

graphic
The graphic to be added to 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 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members
Overload List