Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: flofsid on June 06, 2023, 05:46:35 pm
-
Hi Guys,
I want to create a Diagram with my C# Addin and set the Diagram Elements Property "Group Tags by Stereotype".
How can I do that?
Thanks for your help :)
Best regards
Flo
-
This is going to be stored in either the StyleEx or the PDATA field.
Check the database (t_diagram) to figure out where exactly it is stored.
IIRC PDATA is exposed as ExtendedStyle
Then edit the correct field accordingly.
Geert
-
Thanks Geert :)
I found it in StyleEx