I am working on Enterprise Architect through C# add-in. I need to display Tagged Values window automatically if an attribute is dropped on a element. This window also needs to be docked in the Repository.
I tried using Session.Repository.AddWindow() but it works only if I have an add-in window. Is there any EA API available to display Tagged Values window through code. Thanks in advance.
I just realised that the TaggedValue window has a shortcut you can access (ctrl+shift+6), so you can always simulate that input and the window should appear
If the window was part of a layout (and then removed) it will appear back where it should be