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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks See Also