Click or drag to resize
SoSelectionDeselect Method
Overload List
  NameDescription
Public methodDeselect(Int32)

Deselects a path by removing it from the selection list.

Public methodDeselect(SoNode)

Deselects the passed node by creating a path to it, and removing the node from the selection list by calling deselect(path) .

Public methodDeselect(SoPath)

Deselects the passed path by removing it from the selection list.

Top
See Also