public static Task<IDisposable> AddOverlayAsync( MapView mapView, CIMGraphic graphic, double referenceScale, double showThrough )
Public Overloads Shared Function AddOverlayAsync( _ ByVal mapView As MapView, _ ByVal graphic As CIMGraphic, _ ByVal referenceScale As Double, _ ByVal showThrough As Double _ ) As Task(Of IDisposable)
Parameters
- mapView
- The view to add the overlay.
- graphic
- The graphic to be added to the overlay.
- referenceScale
- Map reference scale or -1
- showThrough
- Visibility factor for showing the overlay through other objects when obscured in 3D.
Valid range is [0..1], any other value will be treated as 0 (not visible).
Return Value
An object that when disposed will remove the overlay.