Don't use Model.DeleteSelection

Hi All,

Until today I never had any issues with the Model.DeleteSelection statement. This morning I ran into an issue with my feature tree. After deleting a bunch of files using the Model.DeleteSelection(false) statement, my feature tree wouldn’t update any longer, until I manually typed in a value in the search bar.

This behavior was gone when I tried Model.Extension.DeleteSelection2.

So my advise: don’t use Model.DeleteSelection, but use Model.Extension.DeleteSelection2 instead.

Kind regards,

JJ