Unselects all objects in the document.
Rhino.UnselectAllObjects ()
None.
Number
The number of objects that were unselected.
Dim intObjects
intObjects = Rhino.UnselectAllObjects
Rhino.Print CStr(intObjects) & " objects were unselected"
InvertSelectedObjects
SelectedObjects
UnselectedObjects