Automation of drawing

Automation of drawing

jobinpaul1995
Explorer Explorer
825 Views
3 Replies
Message 1 of 4

Automation of drawing

jobinpaul1995
Explorer
Explorer

Hi 

I would like. To know that can I hide layer through programming. I have drawn different object in each layer. Depending on the the user requirement I need to hide rest of the layers. Can I do it automatically. 

0 Likes
826 Views
3 Replies
Replies (3)
Message 2 of 4

pendean
Community Legend
Community Legend
LAYERSTATE command not working for this task of yours?

0 Likes
Message 3 of 4

jobinpaul1995
Explorer
Explorer

Hi

I can do that manually. I am looking for an automation,where I have excel database,which refers to what layers have to be turned on and off depending upon user interface. So is there any option/references to do the same. 

Thanks

0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

You could use excel to write a script of the layer requirements give the script a name etc 

 

-layer
off *trees
on Bld*
and so on

 

0 Likes