AddItems Method

Adds one or more objects to the specified selection set.

See Also | Example

Signature

object.AddItems Items

Object

SelectionSet
The object or objects this method applies to.

Items

Variant
An array of objects to add to the selection set.

Remarks

Objects currently in the specified selection set remain in the selection set. To replace the objects in the selection set, clear the selection set using the Clear method, then add the objects.

To remove individual objects from a selection set, use the RemoveItems method.

 

   Comments?