Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Boron on January 16, 2019, 10:00:59 pm
-
Hello,
I have a structured tagged value (a class PhysicalRange with a "Min" and a "Max" attribute).
Now I want to query the Min and Max value in a shape script.
Something like:if( HasTag("PhysicalRange.Min", "") ) {
// do something
}
Is that possible?
And if Yes, where can I find information on this?
Accessing normal (unstructured) tags is easy. No problems with that.
-
No, that's not possible. You need to take that out of the MDG/tag definition manually.
q.
-
To say it in Trumps words: "So sad." :(