Message 1 of 2
2011 View Cube hurts performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone else noticed that the view cube in 2011 seems to seriously affect the performance of .net customisations?
I've got a drawing with ~2000 blocks in and just doing a simple attribute get on each one takes around 4 seconds with the view cube off but with it on it's over 15!
I don't know why having it on would make the process so much slower.
I've tried switching it off by setting the NAVVCUBEDISPLAY system variable to 0 but it doesn't seem to make any difference. I also had a go at modifying the NAVVCUBE system variable but I get an eInvalidInput when I try to get its value
Dim NC As String = Application.GetSystemVariable("NAVVCUBE")
Does anyone know if there's any way to programmatically turn it off?
Thanks