Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
H all
I need to switch a layer in a drawing on or off using Ilogic. I know the layer name etc but can't find anything in the help.
Can anyone help please.
i have this much:
If iProperties.Value("Status", "Design State") = 3 Then ThisDrawing.Document.StylesManager.Layers("Banner")= False Else ThisDrawing.Document.StylesManager.Layers("Banner")= True End If
Thanks in advance
w7u-64sp1,iv14,intel.xeon.e5-2620 0 @2.00 2.00-32gb,gtx560-4gb
Solved! Go to Solution.