Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There are 2 commands that when typed in manually, seem to change all layers in the drawing which have 'New VP Freeze' set to 'Freeze', these commands change them to 'Thawed' which is what I want.
I've tried the following four items (separately) in my master LISP routine, and each reports back 'Unknown Command' when run via lisp. HELP!
(command "._THAWALLNEWVPFREEZE")
(command "THAWALLNEWVPFREEZE")
(command "._NEWVPFREEZE")
(command "NEWVPFREEZE")
My other CAD is a Cadillac and I like to Revit to the Max!
Solved! Go to Solution.