Book a Demo

Author Topic: Load Add-In as part of an MDG  (Read 2882 times)

Lars J.

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Load Add-In as part of an MDG
« on: January 30, 2014, 11:33:10 pm »
Hi all,

is there a way to load an add-in as part of an MDG technology where I have created my modeling language. Alternatively the other way round would also suffice (load the MDG when the add-in is loaded.

In case this question has already been answered somewhere else, a pointer to that place would be nice. My own search didn't deliver any result....

thanks

Lars

EXploringEA

  • EA User
  • **
  • Posts: 172
  • Karma: +8/-0
    • View Profile
Re: Load Add-In as part of an MDG
« Reply #1 on: January 31, 2014, 12:14:01 am »
With some of my AddIns I've included an MDG which is installed with the AddIn, so available as required.

Never checked using the AddIn to load the MDG although user guide implies it's possible (see Deploy an MDG Technology):
Code: [Select]
Public Function EA_OnInitializeTechnologies(ByVal Repository As EA.Repository) As Object

 EA_OnInitializeTechnologies = My.Resources.MyTechnology

End Function



EXploringEA - information, utilities and addins