public static IDisposable AddOverlay( MapView mapView, CIMGraphic graphic, double referenceScale )
Public Overloads Shared Function AddOverlay( _ ByVal mapView As MapView, _ ByVal graphic As CIMGraphic, _ ByVal referenceScale As Double _ ) As IDisposable
Parameters
- mapView
- The view to add the overlay.
- graphic
- The graphic to be added to the overlay.
- referenceScale
- Map reference scale or -1
Return Value
An object that when disposed will remove the overlay.