ArcObjects Library Reference (Display)  

IDynamicScreenDisplay Interface

Provides access to dynamic screen display.

Product Availability

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

Description

Use this interface in order to get information regarding the state of the Dynamic Map.

Members

Description
Read-only property DynamicDisplayEnabled Indicates if dynamic display is turned on or off.

CoClasses that implement IDynamicScreenDisplay

CoClasses and Classes Description
ScreenDisplay Display class for drawing to window.

Remarks

This interface can be useful when there is no other access to the Map object, and the IDynamicMap interface can not be accessed.

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd)