ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / MapControl Class / AddOverlay Method / AddOverlay(Geometry,CIMSymbolReference) Method
The geometry of the overlay.
The symbol to use for the overlay.

In This Topic
    AddOverlay(Geometry,CIMSymbolReference) Method
    In This Topic
    Add an overlay graphic to the map control.
    Syntax
    Public Overloads 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

    ArcGIS Pro version: 3.2 or higher.
    See Also