- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everyone.
I'm trying to retrieve the active visual style and store it in a variable for later use in my code.
Right now I can only change the visual style to chosen style.
Dim oView As Inventor.View = ThisApplication.ActiveView oView.DisplayMode = DisplayModeEnum.kRealisticRendering
The idea is to change the visual style, then render and then revert the visual style back to the original one.
All help is welcome!
Solved! Go to Solution.