This document is archived and information here might be outdated.  Recommended version.


IDynamicScreenDisplay.DynamicDisplayEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicScreenDisplay Interface > IDynamicScreenDisplay.DynamicDisplayEnabled Property
ArcGIS Developer Help

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(
  Boolean* isEnable
);
[C++]
Parameters
isEnable [out, retval]

isEnable is a parameter of type 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