When you want to remove individual collection items from a collection, you can use the Remove method. You can also remove the collection from the scene using the RemoveChild method of the Model (on the scene root) object or use the RemoveAll method to leave the collection empty (but still in the scene).
To remove an item with the Remove method
To remove an item from a collection, use the collection's Remove method. For example, if you already created oCollection and oItem:
oCollection.Remove "CameraInterest" oCollection.Remove item LogMessage "Collection= " & oCollection