SoActionGetPathCode Method (SbNativeInt32Array) |
Note: This API is now obsolete.
Returns path code based on where current node (the node at the end of the current path) lies with respect to the path(s) the action is being applied to.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoActionPathCodes GetPathCode(
out SbNativeInt32Array indices
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetPathCode (
<OutAttribute> ByRef indices As SbNativeInt32Array
) As SoActionPathCodes
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoActionPathCodes GetPathCode(
[OutAttribute] SbNativeInt32Array^% indices
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetPathCode :
indices : SbNativeInt32Array byref -> SoActionPathCodes
Parameters
- indices
- Type: OIV.InventorSbNativeInt32Array
Return Value
Type:
SoActionPathCodes
RemarksIf this returns IN_PATH, indices is set to point to an array of indices corresponding to the children that must be traversed for a correct traversal of all the paths to which the action is being applied. numIndices is set to the number of such children.
See Also