Message 1 of 5
Add SavedView using API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to add a SavedView using API? Tried the code below but it crashes NavisWorks
ComApi.InwOpState10 oState = ComApiBridge.ComApiBridge.State;
object CView = oState.CurrentView.Copy();
oState.SavedViews().Add(CView);