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).