addAll

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

Adds all the entities of a Collection to the SpatialViewEntityCollection.

Return

true if all the entity instances of the collection are added successfully.

Parameters

elements

The collection of entity instances to be added.