Search code examples
c#autodesk-navisworks

How to handle tags in the saved view point with autodesk Navisworks API?


Is there any Navisworks API to handle tags? For example, Simply gets some kind of TAG Object or add tags, iterate tags, move to tagged views, etc..

It seems like Saved View Point has comments and tags conceptually. But, while you can add comments to savedviewpoint with AddComment method, in case of tags, there is no such kind of method or property in the saved view point class. Even in the entire document of Navisworks API documents, I can't find about tag things. I found that ViewControl class has Tag property. But, I think it is not about tags of saved view point.

Any help would be appreciated greatly, thanks.


Solution

  • There is no way to handle tags with api.

    https://forums.autodesk.com/t5/navisworks-api/how-to-handle-tags-in-the-saved-view-point-with-api/td-p/11884585