SoPathGetNodeFromTail Method |
Returns the i'th node (within its parent) in the chain, counting backward from the tail node.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoNode GetNodeFromTail(
int i
)
Public Function GetNodeFromTail (
i As Integer
) As SoNode
public:
SoNode^ GetNodeFromTail(
int i
)
member GetNodeFromTail :
i : int -> SoNode
Parameters
- i
- Type: SystemInt32
Return Value
Type:
SoNodeRemarks Passing 0 for i returns the tail node.
See Also