removeAll

open fun removeAll(elements: Collection<Entity>): Boolean

Removes all the entities of a Collection from the SpatialViewEntityCollection.

Return

true if all the entity instances of the specified collection are removed from the SpatialViewEntityCollection.

Parameters

elements

The collection of entity instances to be removed.