This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGlobalScreenDisplaySettings Interface > IGlobalScreenDisplaySettings.EnableContinuousUpdatesOverRemoteDesktop Property (ArcObjects .NET 10.5 SDK) |
Enables continuous display updates during navigation while in a remote desktop session.
[Visual Basic .NET] Public Property EnableContinuousUpdatesOverRemoteDesktop As Boolean
[C#] public bool EnableContinuousUpdatesOverRemoteDesktop {get; set;}
[C++]
HRESULT get_EnableContinuousUpdatesOverRemoteDesktop(
VARIANT_BOOL* pbEnableInteract
);
[C++]
HRESULT put_EnableContinuousUpdatesOverRemoteDesktop(
VARIANT_BOOL pbEnableInteract
);
[C++]
Parameters pbEnableInteract [out, retval] pbEnableInteract is a parameter of type VARIANT_BOOL pbEnableInteract [in] pbEnableInteract is a parameter of type VARIANT_BOOL