Click or drag to resize
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.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool ContainsPath(
	SoPath path
)

Parameters

path
Type: OIV.InventorSoPath

Return Value

Type: Boolean
Remarks