Rodolfo Campero
Deleting all references to an element
In my last post I said that EC had to be modified in order to allow deleting all the references to a given Element. This feature is ready, at least for the packages Kernel and UseCases.
Now is really easy to remove all the references to a given element: just call DeleteAllReferencesTo
on the root-level elements of your model, and you're done.
1 Comments:
Actually, after some testing I decided that this method may disappear, because its implementation is very slow.
Post a Comment
<< Home