Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to know the most efficient (fastest) way to switch off visibility of all SurfaceBodies in Multi-Part.
I've already tried to call appropriate UI command directly:
ThisApplication.CommandManager.ControlDefinitions("PartVisibilityCtxCmd").Execute
Executing this line seems to have no effect.
The workaround I currently use - switching visibility one-by-one in For-Each cycle. This works OK but takes unreasonably much time for Multi-Parts containing several hundreds of bodies.
I wonder if LINQ query can do the trick..
Please vote for Inventor-Idea Text Search within Option Names
Solved! Go to Solution.