Clear Method

Clears the specified selection set of all items.

See Also | Example

Signature

object.Clear

Object

SelectionSet
The object or objects this method applies to.

Remarks

Items cleared from a selection set remain in the drawing; they are simply no longer associated to the selection set.

To clear a subset of the items in a selection set, use the RemoveItems method.

This method differs from the Delete method in that it does not remove objects from the drawing.

 

   Comments?