com.esri.arcgis.display
Interface IDynamicScreenDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
ScreenDisplay

public interface IDynamicScreenDisplay
extends Serializable

Provides access to dynamic screen display.

Description

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

Remarks

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

Product Availability

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


Method Summary
 boolean isDynamicDisplayEnabled()
          Indicates if dynamic display is turned on or off.
 

Method Detail

isDynamicDisplayEnabled

boolean isDynamicDisplayEnabled()
                                throws IOException,
                                       AutomationException
Indicates if dynamic display is turned on or off.

Remarks

Indicates whether the Dynamic Map is Enabled.

Use this property when there is no other access to the Map object, and the IDynamicMap interface can not be accessed.

Product Availability

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

Returns:
The isEnable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.