Dynamic logo layer


Purpose In this sample, a custom dynamic layer is used to draw an ESRI logo in the lower left corner of the map display. The logo displayed by this layer does not change, and the following occurs:

The layer uses the compiled phase of the dynamic map's draw phase. The drawing commands are compiled into a display list and reused each time the layer is drawn. The DynamicRecompileRate of the layer is set to an extremely large interval to prevent the display list from expiring.
The layer does not set its dirty flag to true. The logo is static, so there is no need to force it to redraw itself.


How to use

See How to use ArcGIS samples for help running the sample.

  1. Run the application
  2. Click the Add ESRI Logo command. The map changes to dynamic mode and adds a custom dynamic layer to display the logo.





Development licensing Deployment licensing
Engine Developer Kit Engine Runtime