Overload | Description |
---|---|
AddOverlayAsync(Geometry,CIMSymbolReference,Double) | Add an overlay graphic to the map view. |
AddOverlayAsync(Geometry,CIMSymbolReference,Double,Double) | Add an overlay graphic to the map view. |
AddOverlayAsync(Layer,Int64,CIMSymbolReference,Double) | Add an overlay graphic for a feature on the map view. |
AddOverlayAsync(CIMGraphic,Double) | Add an overlay graphic to the map view. |
AddOverlayAsync(CIMGraphic,Double,Double) | Add an overlay graphic to the map view. |
AddOverlayAsync(IEnumerable<CIMGraphic>,Double) | Add a set of overlay graphics to the map view. |
AddOverlayAsync(IEnumerable<CIMGraphic>,Double,Double) | Add a set of overlay graphics to the map view. |