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


IGlobalScreenDisplaySettings.EnableHardwareAcceleration Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IGlobalScreenDisplaySettings.EnableHardwareAcceleration Property

Enables use of hardware acceleration.

[Visual Basic .NET]
Public Property EnableHardwareAcceleration As Boolean
[C#]
public bool EnableHardwareAcceleration {get; set;}
[C++]
HRESULT get_EnableHardwareAcceleration(
  VARIANT_BOOL* bEnableHA
);
[C++]
HRESULT put_EnableHardwareAcceleration(
  VARIANT_BOOL bEnableHA
);
[C++]

Parameters bEnableHA [out, retval] bEnableHA is a parameter of type VARIANT_BOOL bEnableHA [in] bEnableHA is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobalScreenDisplaySettings Interface