I am working on an EA Addin in c# (thanks Geert) and would like to move exisiting elements from a package to another using the code.
It is clear how to add or delete elements to/from EA.Collection p.Elements, but this does not work sincethis procedure changes the GUID of the element.
Is it possible at all?