Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: dmf on September 17, 2009, 09:07:09 am
-
Can anyone advise me how to read and write timeline states via the automation interface?
-
The timeline itself is an EA.Element, and the states defined on this timeline are in a magic string in the t_xref table.
I could be that you can access them through the Element.properties, but that is uncertain.
If all else fails you can still use Repository.SQLquery to get the magic string from xref and then parse out the states.
Geert