![]() |
This document is archived and information here might be outdated. Recommended version. |
Indicates if dynamic display is turned on or off.
[Visual Basic .NET] Public ReadOnly Property DynamicDisplayEnabled As Boolean
[C#] public bool DynamicDisplayEnabled {get;}
[C++]
HRESULT get_DynamicDisplayEnabled(
Boolean* isEnable
);
[C++]
Parameters isEnable [out, retval]
isEnable is a parameter of type bool*
Indicates whether the Dynamic Map is Enabled.
Use this property when there is no other access to the Map object, and the IDynamicMap interface can not be accessed.