| SoNodeKitPathGetNodeFromTail Method  | 
Returns the i'th nodekit in the chain, counting backward from the tail nodekit. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic 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: 
SoNode
RemarksPassing 0 for i returns the tail nodekit. 
See Also