Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: jordi-koro on November 11, 2010, 07:50:16 pm
-
Hi,
Is possible to acces to the tagged values of a package by vbscript. For elements works:
Dim elem As EA.Element
Dim list As EA.Collection
list = elem.TaggedValues
The package don't has this method.
Someone knows how to get the tagged values of a package?
Thanks in advance
-
Try package.Element.TaggedValues
-
Works!
Thank you very much!