Based on a recent request to have a command that removes all the Layer Filters from a drawing; I decided to dig through all my samples on my machine and post it. The tool is written in Visual LISP and is now on my website. It has two defined commands to run the tool once it is loaded. The long named command is RemoveLayerFilters and the short name is RLF. Hope you find it helpful.
Click here to download the Remove Layer Filters tool
Click here to see other AutoLISP tools that are available for download
Sincerely,
Lee
A possible simplification would be to simply whack both dictionary objects instead of iterating through and deleting each item.
Posted by: Albert | Monday, December 06, 2004 at 11:34 AM