Removes the object from the selection. | |
Syntax: | object.Unselect |
Description: | If the object is not in the selection, it is
ignored. Example: Sub GefObject_UnSelect() Dim oCimObj As GefObject Set oCimObj = CimGetObject oCimObj.Unselect End Sub |