ArcGIS Pro 2.6 API Reference Guide
AddOverlayAsync(MapView,CIMGraphic) Method

ArcGIS.Desktop.Mapping Namespace > MappingExtensions Class > AddOverlayAsync Method : AddOverlayAsync(MapView,CIMGraphic) Method
The view to add the overlay.
The graphic to be added to the overlay.
Add an overlay graphic to the map view.
Syntax
public static Task<IDisposable> AddOverlayAsync( 
   MapView mapView,
   CIMGraphic graphic
)
Public Overloads Shared Function AddOverlayAsync( _
   ByVal mapView As MapView, _
   ByVal graphic As CIMGraphic _
) As Task(Of IDisposable)

Parameters

mapView
The view to add the overlay.
graphic
The graphic to be added to the overlay.

Return Value

An object that when disposed will remove the overlay.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MappingExtensions Class
MappingExtensions Members
Overload List