Search code examples
autocadautolisp

Why can't I undefine naviswheel?


I tried to undefined Naviswheel with the code below, but it doesn't work

(command ".undefine" "naviswheel")

Solution

  • you have a typo in the command. it should be:

    (command ".undefine" "navswheel")