Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was looking for a lisp the automatically change the draw order of my layers. I found one but I still need to manually change the draw order of each layer. so I'm planning to start writing a LISP, while I don't have experience in LISP, hopefully my background in VBA helps.
This is what in my mind
let's say I have five layers (layer 1, layer 2, layer 3, layer 4 & layer 5)
I want a lisp that every time I run it, it will arrange the draw order of the layer in these order
Layer 3
Layer 2
Layer 5
Layer 1
Layer 4
can anyone show my how to write this code? Thank you
Solved! Go to Solution.