Message 1 of 5
Can I undefine the HIDE command?

Not applicable
01-03-2019
10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So, I'm trying to write custom commands. I want to make HIDE access the HIDEOBJECTS command rather than the silly HIDE command that changes the visualization style. I tried aliasing HIDE to HIDEOBJECTS, doesn't work. Tried wrting it into a lisp, didn't work. I can't even undefine the HIDE command. Seems like HIDE is baked deep into AutoCAD and I can't make it go away or have it call any other command.
Is there a way around this? Or do I just have to define HIDEOBJECTS as something else like OHIDE or something?