Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Vitek on October 14, 2009, 11:47:21 pm
-
Is it possible to access inherited Tagged Values in Macros when generating code please?
When I try to get %attTag:"my_value"% on attribute I only get values which are set on this attribute but not values preset on attribute type.
Thank you very much for information.
Best regards
Vitek
-
The best I can suggest is EXEC_ADD_IN, I think attClassifierGUID is available. If not you'll have to go from attGUID.
-
The best I can suggest is EXEC_ADD_IN, I think attClassifierGUID is available. If not you'll have to go from attGUID.
I second this. We are applying the same method to accomplish this.
You will have to create an addin in VB or C# and use the aforementioned EXEC_ADD_IN macro to call it by giving %attClassifierGUID% as a parameter.
There is no other way, actually.
Oliver
-
Thank you very much for suggestion.
Vitek