ArcObjects Library Reference (Display)  

IDynamicScreenDisplay.DynamicDisplayEnabled Property

Indicates if dynamic display is turned on or off.

[Visual Basic .NET]
Public ReadOnly Property DynamicDisplayEnabled As Boolean
[C#]
public bool DynamicDisplayEnabled {get;}
[C++]
HRESULT get_DynamicDisplayEnabled(
  VARIANT_BOOL* isEnable
);
[C++]

Parameters

isEnable [out, retval]   isEnable is a parameter of type VARIANT_BOOL

Product Availability

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

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.

See Also

IDynamicScreenDisplay Interface