protected Task<IDisposable> AddOverlayAsync( Layer layer, long oid, CIMSymbolReference symbol )
Protected Overloads Function AddOverlayAsync( _ ByVal layer As Layer, _ ByVal oid As Long, _ Optional ByVal symbol As CIMSymbolReference _ ) As Task(Of IDisposable)
Parameters
- layer
- The layer containing the feature.
- oid
- The ObjectID for the feature.
- symbol
- The symbol to use for the overlay.
Return Value
An object that when disposed will remove the overlay.