Group2D = Nil

I have a Group2D property that is full of Object2Ds. If you wanted to empty it out, you could use a loop with RemoveObject until it was empty. But is it kosher to just assign Nil to the Group2D property? And then refill it with other Object 2D’s?

seems RemoveAll is missing … (RemoveAllRows if we speak about consistent)
i would use

= New Group2D

instead of removing them one by one