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


IGlobalScreenDisplaySettings.CanEnableHardwareAcceleration Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IGlobalScreenDisplaySettings.CanEnableHardwareAcceleration Method

Indicates if hardware acceleration can be enabled.

[Visual Basic .NET]
Public Function CanEnableHardwareAcceleration ( _
) As Boolean
[C#]
public bool CanEnableHardwareAcceleration (
);
[C++]
HRESULT CanEnableHardwareAcceleration(
  VARIANT_BOOL* bHA
);
[C++]

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

Product Availability

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

See Also

IGlobalScreenDisplaySettings Interface