ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / MapControl Class / AddOverlay Method
The geometry of the overlay.
The symbol to use for the overlay.

In This Topic
    AddOverlay Method (MapControl)
    In This Topic
    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