Overload | Description |
---|---|
UpdateOverlay(IDisposable,Geometry) | Updates the geometry for an overlay graphic on the map view. |
UpdateOverlay(IDisposable,CIMGraphic,Double,Double) | Updates the graphic for an overlay graphic on the map view. |
UpdateOverlay(IDisposable,IEnumerable<CIMGraphic>,Double,Double) | Updates the graphics for an overlay graphic on the map view. |
UpdateOverlay(IDisposable,Geometry,CIMSymbolReference,Double) | Updates the geometry and symbol for an overlay graphic on the map view. |
UpdateOverlay(IDisposable,Geometry,CIMSymbolReference,Double,Double) | Updates the geometry and symbol for an overlay graphic on the map view. |
UpdateOverlay(IEnumerable<IDisposable>,IEnumerable<Geometry>,CIMSymbolReference,Double,Double) | Updates the geometry and symbol for a set of overlay graphics on the map view. Each overlay is drawn with the same symbol. |