This document is archived and information here might be outdated.  Recommended version.


IGlobalScreenDisplaySettings.EnableContinuousUpdatesOverRemoteDesktop Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGlobalScreenDisplaySettings Interface > IGlobalScreenDisplaySettings.EnableContinuousUpdatesOverRemoteDesktop Property
ArcGIS Developer Help

IGlobalScreenDisplaySettings.EnableContinuousUpdatesOverRemoteDesktop Property

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(
  Boolean* pbEnableInteract
);
[C++]
Parameters
pbEnableInteract [in]

pbEnableInteract is a parameter of type bool pbEnableInteract [out, retval]
pbEnableInteract is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobalScreenDisplaySettings Interface