| SoPathContainsNode Method (SoNode) | 
Returns true if the node is found anywhere in the path chain. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic bool ContainsNode(
	SoNode node
)
Public Function ContainsNode ( 
	node As SoNode
) As Boolean
public:
bool ContainsNode(
	SoNode^ node
)
member ContainsNode : 
        node : SoNode -> bool 
Parameters
- node
 - Type: OIV.Inventor.NodesSoNode
 
Return Value
Type: 
Boolean
Remarks
See Also