Select / Unselect a layer?
Posted: September 14th, 2010, 1:05 pm
I tried searching for these terms but it says they are too common. So I apologize if this has been discussed.
Is there a way to select or unselect a layer via scripting? I'm trying something like this and getting an error.
Is there a way to select or unselect a layer via scripting? I'm trying something like this and getting an error.
Code: Select all
myLayer.selected = true;