This document is archived and information here might be outdated. Recommended version. |
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
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).