| SoPathGetIndexFromTail Method  | 
Returns the index of 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: 2023.1.3.0 (2023.1.3)
Syntaxpublic int GetIndexFromTail(
	int i
)
Public Function GetIndexFromTail ( 
	i As Integer
) As Integer
public:
int GetIndexFromTail(
	int i
)
member GetIndexFromTail : 
        i : int -> int 
Parameters
- i
 - Type: SystemInt32
 
Return Value
Type: 
Int32
RemarksPassing 0 for i returns the index of the tail node.  
See Also