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