SoInteractionKitIsPathSurrogateInMySubgraph Method (SoPath, SoPath, String, SoPath) |
Calls IsPathSurrogateInMySubgraph(pathToCheck, pathToOwner, surrogateNameInOwner, surrogatePathInOwner, true).
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsPathSurrogateInMySubgraph(
SoPath pathToCheck,
out SoPath pathToOwner,
out string surrogateNameInOwner,
out SoPath surrogatePathInOwner
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsPathSurrogateInMySubgraph (
pathToCheck As SoPath,
<OutAttribute> ByRef pathToOwner As SoPath,
<OutAttribute> ByRef surrogateNameInOwner As String,
<OutAttribute> ByRef surrogatePathInOwner As SoPath
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsPathSurrogateInMySubgraph(
SoPath^ pathToCheck,
[OutAttribute] SoPath^% pathToOwner,
[OutAttribute] String^% surrogateNameInOwner,
[OutAttribute] SoPath^% surrogatePathInOwner
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsPathSurrogateInMySubgraph :
pathToCheck : SoPath *
pathToOwner : SoPath byref *
surrogateNameInOwner : string byref *
surrogatePathInOwner : SoPath byref -> bool
Parameters
- pathToCheck
- Type: OIV.InventorSoPath
- pathToOwner
- Type: OIV.InventorSoPath
- surrogateNameInOwner
- Type: SystemString
- surrogatePathInOwner
- Type: OIV.InventorSoPath
Return Value
Type:
BooleanRemarks See Also