ArcGIS Pro 2.7 API Reference Guide
AddOverlay(CIMGraphic) Method

ArcGIS.Desktop.Mapping Namespace > MapTool Class > AddOverlay Method : AddOverlay(CIMGraphic) Method
The graphic to be added to the overlay.
Add an overlay graphic to the map view.
Syntax
protected IDisposable AddOverlay( 
   CIMGraphic graphic
)
Protected Overloads Function AddOverlay( _
   ByVal graphic As CIMGraphic _
) As 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