ArcObjects Library Reference (Display)  

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(
  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

Product Availability

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

See Also

IGlobalScreenDisplaySettings Interface