Click or drag to resize
SoInteractionKitIsPathSurrogateInMySubgraph Method (SoPath, SoPath, String, SoPath)
Calls IsPathSurrogateInMySubgraph(pathToCheck, pathToOwner, surrogateNameInOwner, surrogatePathInOwner, true).

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsPathSurrogateInMySubgraph(
	SoPath pathToCheck,
	out SoPath pathToOwner,
	out string surrogateNameInOwner,
	out SoPath surrogatePathInOwner
)

Parameters

pathToCheck
Type: OIV.InventorSoPath
pathToOwner
Type: OIV.InventorSoPath
surrogateNameInOwner
Type: SystemString
surrogatePathInOwner
Type: OIV.InventorSoPath

Return Value

Type: Boolean
Remarks