| SoPathContainsNode Method (Type) | 
Returns true if the node type 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(
	Type type
)
Public Function ContainsNode ( 
	type As Type
) As Boolean
public:
bool ContainsNode(
	Type^ type
)
member ContainsNode : 
        type : Type -> bool 
Parameters
- type
 - Type: SystemType
 
Return Value
Type: 
Boolean
Remarks
See Also