Click or drag to resize
SoSelectionIsSelected Method
Overload List
  NameDescription
Public methodIsSelected(SoNode)

Returns true if the passed node is selected by creating a path to it, then calling OIV.Inventor.Nodes.SoSelection.IsSelected(OIV.Inventor.SoPath).

Public methodIsSelected(SoPath)

Returns true if the passed path is selected, that is, if it is in the selection list.

Top
See Also