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: 10.12.3.0 (10.12.3.0)
Syntax
public bool ContainsPath(
	SoPath path
)

Parameters

path
Type: OIV.InventorSoPath

Return Value

Type: Boolean
Remarks