| SoPathContainsPath Method  | 
Returns true if the nodes in the chain in the passed path are contained (in consecutive order) in this path chain. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic bool ContainsPath(
	SoPath path
)
Public Function ContainsPath ( 
	path As SoPath
) As Boolean
public:
bool ContainsPath(
	SoPath^ path
)
member ContainsPath : 
        path : SoPath -> bool 
Parameters
- path
 - Type: OIV.InventorSoPath
 
Return Value
Type: 
Boolean
Remarks
See Also