Book a Demo

Author Topic: Access Tagged Value from Add in  (Read 2058 times)

fanweik

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Access Tagged Value from Add in
« on: November 04, 2009, 11:16:16 pm »
Hello, All,

how can I aceess Tagged Value of package node from Add-in? In C# code I have only seen that the variable "Taggedvalues" is only provided by element, not by package. Anybody has idea?

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Access Tagged Value from Add in
« Reply #1 on: November 04, 2009, 11:17:52 pm »
Each package is also represented by an element.
(package.element or something like that)
Use this element to access tagged values (and other element specific stuff)

Geert