ArcGIS Pro 2.9 API Reference Guide
AddOverlay Method (MapControl)

ArcGIS.Desktop.Mapping.Controls Namespace > MapControl Class : AddOverlay Method
The geometry of the overlay.
The symbol to use for the overlay.
Add an overlay graphic to the map view.
Syntax
Public Function AddOverlay( _
   ByVal geom As Geometry, _
   Optional ByVal symbol As CIMSymbolReference _
) As IDisposable

Parameters

geom
The geometry of the overlay.
symbol
The symbol to use for the overlay.

Return Value

An object that when disposed will remove the overlay.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapControl Class
MapControl Members