I developed an Addin for EA using C#. After I add a diagram using an API, the property flows are not visible on the diagram until I go to diagram manually right click -> Synchronize Structural Elements. Is there a way to do Synchronize Structural Elements from the .net code for that specific diagram?
Asked
Active
Viewed 23 times
0
-
I don't think so. You'll have to recreate the functionality I'm afraid. – Geert Bellekens Mar 15 '23 at 17:57
-
Never seem that. Wouldn't a diagram refresh do the same? – qwerty_so Mar 15 '23 at 19:54
-
@qwerty_so I don't think so. IIRC this function adds all embedded elements to the diagram, possibly even as instances depending in on the situation. – Geert Bellekens Mar 16 '23 at 05:10