How to update tree element using TOctree2

Hi!

I’m using TOctree2 to build up my scene elements management system, however I don’t find the way to update certain element(s) once it’s added to the tree. The only way to do that is to call RemoveElement and then AddElement again, I guess this is not the ideal way to do such an operation. Any hint?

Many thanks!