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


IDynamicMap.DynamicMapEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicMap Interface > IDynamicMap.DynamicMapEnabled Property
ArcGIS Developer Help

IDynamicMap.DynamicMapEnabled Property

Indicates if dynamic map is turned on or off.

[Visual Basic .NET]
Public Property DynamicMapEnabled As Boolean
[C#]
public bool DynamicMapEnabled {get; set;}
[C++]
HRESULT get_DynamicMapEnabled(
  Boolean* isEnable
);
[C++]
HRESULT put_DynamicMapEnabled(
  VARIANT_BOOL isEnable
);
[C++]
Parameters
isEnable [out, retval]

isEnable is a parameter of type bool* isEnable [in]
isEnable is a parameter of type bool

Product Availability

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

Remarks

Use the DynamicMapEnabled property to toggle between Dynamic and Standard mode.

When true the Map is in Dynamic Mode (Dynamic Display is Active), when false the Map is in Standard Mode (Dynamic Display is Deactivated).

See Also

IDynamicMap Interface

.NET Samples

Add and symbolize a historical temporal layer in ArcMap