public IDisposable AddOverlay( Geometry geom, CIMSymbolReference symbol )
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.