How can I change the layout direction of a diagram in Enterprise Architect via C# to get the same result as displayed in the picture:
Changing the Diagram Layout from down to up in Enterprise Architect via C# API
163 views Asked by user2722077 At
1
You need to set
t_diagram.StyleEx
so it containsd=<n>;
where<n>
is(see also my Inside EA book in p. 61)