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