1
Automation Interface, Add-Ins and Tools / Re: Make EA update the label size after changing it in the database
« on: June 02, 2017, 07:40:25 pm »
Thanks for the help!
I tried a bit further and found a solution:
1.
Either
IDualRepository.RefreshOpenDiagrams();
or
.Update() all elements whose labels should be updated.
2. Reload the diagram
3. Save the diagram
I'm not entirely sure why it works like this but I hope this can help someone with a similar problem.
Sebastian
I tried a bit further and found a solution:
1.
Either
IDualRepository.RefreshOpenDiagrams();
or
.Update() all elements whose labels should be updated.
2. Reload the diagram
3. Save the diagram
I'm not entirely sure why it works like this but I hope this can help someone with a similar problem.
Sebastian