AddItems method

Adds a group of entities to a block or selection set.

Syntax

object.AddItems(Entities, [DeleteOriginals])

Where:

     object is a Block or SelectionSet object;

     Entities is a selection set object to which the items are to be added;

     DeleteOriginals is a Boolean variable (or value) indicating whether or not to delete the original objects.

     TRUE = Objects will be deleted.

     FALSE = Objects will not be deleted.

Examples ...

AddItems method example