SoInteractionKitIsPathSurrogateInMySubgraph Method (SoPath) |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsPathSurrogateInMySubgraph(
SoPath pathToCheck
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsPathSurrogateInMySubgraph (
pathToCheck As SoPath
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsPathSurrogateInMySubgraph(
SoPath^ pathToCheck
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsPathSurrogateInMySubgraph :
pathToCheck : SoPath -> bool
Parameters
- pathToCheck
- Type: OIV.InventorSoPath
Return Value
Type:
BooleanRemarks See Also