Message 1 of 6
Autocad change colour script help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I am trying to to make a script work for my AutoCAD, script that changes layer colours to one in my colour book - I have a set of commands already like:
-LAYER
Set
FEATURES
Color
COlorbook
Color Book One
Terrain
FEATURES
which works, however sometimes a certain file is missing a layer from that list and therefore the script fails. Is there a way to make its o the script ignores the missing layer and moves to the next command?
Thanks!