ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* isEnable
);
[C++]
HRESULT put_DynamicMapEnabled(
  VARIANT_BOOL isEnable
);
[C++]

Parameters

isEnable [out, retval]   isEnable is a parameter of type VARIANT_BOOL isEnable [in]   isEnable is a parameter of type VARIANT_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 Snippets

Toggle to Dynamic Display

.NET Samples

Add and symbolize a historical temporal layer in ArcMap (Code Files: AddTemporalLayerButton)

.NET Related Topics

Best practices for using dynamic display | Getting started with dynamic display | Using the roam command