I am having this same issue. Info:Standalone C#/WinForms appArcGIS 10.1 SP1Tested on two workstations, both with high-end graphics cards with updated drivers. The CanEnableHardwareAcceleration property returns True on both machines, but setting the EnableHardwareAcceleration property does not actually change its value.Any ideas?Thanks.
using ESRI.ArcGIS.Display;GlobalScreenDisplaySettings g = new GlobalScreenDisplaySettingsClass();bool yes = g.CanEnableHardwareAcceleration();if (yes) g.EnableHardwareAcceleration = true;The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE. Brian
The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.