protected Task<IDisposable> AddOverlayAsync( CIMGraphic graphic, double referenceScale )
Protected Overloads Function AddOverlayAsync( _ ByVal graphic As CIMGraphic, _ ByVal referenceScale As Double _ ) As Task(Of IDisposable)
Parameters
- 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.