Message 1 of 3

Not applicable
06-24-2016
10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the code to set PlotStyle to a layout.
(vl-catch-all-apply 'vla-put-StyleSheet (list AlayObj PlotStyleName))
But I can't figure out how to set to none.
I tried
(vl-catch-all-apply 'vla-put-StyleSheet (list AlayObj "."))
(vl-catch-all-apply 'vla-put-StyleSheet (list AlayObj "None"))
but they don't work
Solved! Go to Solution.