Sven pointed me to an excellent thread about manipulating layers, wherein TVeyes showed how to get information about active and visible/invisible status using IGetFlags. So the next question–what is the easiest way to change these properties in layers? I saw a reference to using ISet, but it hasn’t worked for me, and there is no ISetFlags. It’s possible to write routines to do this, of course, testing a layer with IGetflags and then using IPress to set the appropriate properties, but it’s messy. For one thing, you need to scan all of the layers before doing that, so you can find, remember, and then restore the active layer.
So I just wanted to know if someone knew of something simpler?
Thanks,
Ken