Hi
I know how to make a layer invisible using python codes. I use the following code.
But I need to make some parts of a layer invisible. in other words I need to make some rows invisible. I am looking for a python code or command to make a row invisible or visible.
How can I do that?
I appreciate it if somebody helps me in this respect.
Thanks
Babak
I know how to make a layer invisible using python codes. I use the following code.
Code:
layer.visible = false
How can I do that?
I appreciate it if somebody helps me in this respect.
Thanks
Babak