Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: TheTwo on January 20, 2009, 07:47:54 pm
-
Hi,
I've written my own XML-Export for EA as AddIn in C#. Now I cannot find the information about a subsetted or redefined association in the repository. I've defined this Property over
context menu->Advanced->Specilize associations ...
Thanks
TheTwo
-
The information is held in the t_xref table, and isn't made available by the EA object model. You can extract it using a direct SQL select though: search for t_xref.Behavior = 'subsettedProperty' or 'redefinedProperty'.