rendering Mode
The rendering mode used to display graphics in the overlay. For more efficient rendering of large numbers of graphics, set the rendering mode to GraphicsRenderingMode.Static. In order to ensure map responsiveness, static rendering does not refresh the display while pan and zoom operations are in progress. The amount of graphics an overlay can handle in this mode is mainly limited by the system memory.
The overlay will default to GraphicsRenderingMode.Static if GraphicsRenderingMode.Dynamic cannot be supported.
Since
200.1.0