autocad - Why can't I undefine naviswheel? -


i tried undefined naviswheel code below, doesn't work

(command ".undefine" "naviswheel") 

you have typo in command. should be:

(command ".undefine" "navswheel") 

Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -