This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicMap Interface > IDynamicMap.DynamicMapEnabled Property (ArcObjects .NET 10.4 SDK) |
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
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).