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

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -