Alle die sich schon mal mit EA und den Addins beschäftigt haben, wissen das es nicht die schönste Implementierung ist und es meistens viel Zeit und Arbeit kostet ein neues Addin zu schreiben.

Wir haben dies jetzt etwas vereinfacht, mit 3 bis 4 Zeilen Code hat man schon ein neues Addin und alle EA Funktionen/Events sind im Wrapper implementiert. Weiters ist das ganze auf Plugin Technologie aufgebaut um dynamisch die einzelnen Menüpunkte (Addins) zu laden. Hier ein kleiner überblick über die Struktur des IntegrationArchitects:

For all of you, who have been working with the EA and addins, know that it is a bit of a fuss to add a new addin to EA.

We made a little wrapper for this, to make things a little bit easier, with only 3 to 4 lines of code you can create a new addin with all functions/events that EA provides. Furthermore, this wrapper is based on plugin technology, which allowes you load your addin menu points (addins) dynamicaly. Here is a small overview of the IntegrationArchitect: