Click or drag to resize
SoNodeKitPathContainsNode Method
Overload List
  NameDescription
Public methodContainsNode(Type)

Returns true if the node type is found anywhere in the path chain.

(Inherited from SoPath.)
Public methodContainsNode(SoBaseKit)

Returns true if the passed nodekit is found anywhere in the path chain.

Public methodContainsNode(SoNode)

Returns true if the node is found anywhere in the path chain.

(Inherited from SoPath.)
Top
See Also