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

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

.NET Related Topics

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