Book a Demo

Author Topic: getting installed MDG technologies from an add-in  (Read 2866 times)

EtienneHelfer

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
getting installed MDG technologies from an add-in
« on: March 14, 2013, 02:13:08 am »
Hi,

I am working on a EA add-in. How can I access installed MDG technologies ? I'd like to get a list of available stereotypes and tagged values.

Thanks and regards,

Etienne.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: getting installed MDG technologies from an add
« Reply #1 on: March 14, 2013, 08:02:10 pm »
It's stored in the registry: "HKEY_CURRENT_USER\Software\Sparx Systems\EA400\EA\OPTIONS\MDG_TECHNOLOGY_STATUS"

In order to get info about stereotypes you need to parse the original file containing the MDG. If loaded the info is only available to internal EA resources, not the API.

q.