ArcObjects Library Reference (Carto)  

IDynamicMap Interface

Provides access to dynamic display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IDynamicMap interface allows to toggle between Dynamic and Standard mode, as well as to control some properties of the dynamic mode.

Members

Description
Read/write property DynamicDrawRate The Dynamic draw rate in milliseconds.
Read/write property DynamicMapEnabled Indicates if dynamic map is turned on or off.
Read/write property UseSubPixelRendering Indicates whether the dynamic map is rendered in Sub Pixels or Full Pixels (snap to the nearest discrete pixel).

CoClasses that implement IDynamicMap

CoClasses and Classes Description
Map A container for the display and manipulation of map data.

.NET Snippets

Toggle to Dynamic Display

.NET Samples

Dynamic logo (Code Files: DynamicLogo) | Dynamic display animated zoom (Code Files: AnimatedZoomInTool AnimatedZoomOutTool) | Dynamic biking (Code Files: DynamicBikingCmd) | Dynamic display layer (Code Files: AddMyDynamicLayerCmd) | Dynamic display—tracking dynamic object (Code Files: TrackObject) | Dynamic cache layer manager controller (Code Files: CacheLayerManagerCmd) | Simple dynamic display application (Code Files: LoadDynamicLayerCmd ToggleDynamicDisplayCmd) | Add and symbolize a historical temporal layer in ArcMap (Code Files: AddTemporalLayerButton)

.NET Related Topics

Best practices for using dynamic display | Getting started with dynamic display | Using the roam command