herbieherb 148 Posted September 4, 2020 Is there a way to change the 'Navigation Graphics'-setting in the preferences via script or hotkey? Quote Share this post Link to post
MullinRJ 211 Posted September 4, 2020 @herbieherb , It requires accessing two preference numbers – 45 & 6728 – to determine or set the current NavGraphics State. Use GetPref() and SetPref() to read and set these parameters respectively. If you still need help writing your script, please write back. Raymond 3 Quote Share this post Link to post
herbieherb 148 Posted September 7, 2020 This is exactly what i was looking for. Thank you. Quote Share this post Link to post