-
Scripting (not expressions): Setting the layer’s “active” property?
I am trying to figure out how can I set the layer’s active property to false (turn off the little eye icon via script). using setValue() and simple =false commands results in either an error or a read-only value prompt.
Is it possible to do so (and no, if possible I’d like to avoid resorting to just setting opacity to 0).
mypLayer.active.setValue(false);Quba Michalski
qubahq.com
