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


IGlobalScreenDisplaySettings.EnableHardwareAcceleration 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.EnableHardwareAcceleration Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IGlobalScreenDisplaySettings Interface