Indicates if dynamic map is turn on or off.
[Visual Basic 6.0] Property DynamicMapEnabled As Boolean
[Visual Basic .NET] Public Property DynamicMapEnabled As Boolean
[C#] public bool DynamicMapEnabled {get; set;}
[Java] public boolean isDynamicMapEnabled() throws IOException, AutomationException
[Java] public void setDynamicMapEnabled( boolean DynamicMapEnabled ) throws IOException, AutomationException
[C++]
HRESULT get_DynamicMapEnabled(
VARIANT_BOOL* isEnable
);
[C++] HRESULT put_DynamicMapEnabled( VARIANT_BOOL isEnable);
Parameters
isEnable [out, retval]
isEnable is a parameter of type VARIANT_BOOL
isEnable [in]
isEnable is a parameter of type VARIANT_BOOL