Message 1 of 1
How to keep track of viewpoints between sessions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm developing an add-in for Navisworks that automatically makes viewpoints based on some input criteria. I am adding some functionality to make changes to viewpoints that were created earlier by the add-in. In order to retrieve the earlier made viewpoint, I save the nwID property of the viewpoint(ComApi.InwOpView.nwID) in the DocumentDatabase when creating the viewpoint. However after saving and reopening the document is looks like the nwID's for the viewpoints have changed. Is this behaviour expected? If so, how do I keep track of viewpoints between sessions? Only using the DisplayName is not enough, since I want to have the option of having multiple views with the same name.
Thanks in advance,
Johan