Can I "Send to Back" using VBA?
Can I "Send to Back" using VBA?
(OP)
In a VBA program, the last item I drew appears on top of an item I drew before that. Is there a way (other than changing the order that I draw them) of sending a LWPolyline to the back?





RE: Can I "Send to Back" using VBA?
Unfortunately, that's not an option in VB/VBA. You could change the elevation of your lines...
sorry if that's no help
Todd
RE: Can I "Send to Back" using VBA?
RE: Can I "Send to Back" using VBA?