| SoPathGetNode Method (Int32) | 
Returns the i'th node (within its parent) in the chain. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoNode GetNode(
	int i
)
Public Function GetNode ( 
	i As Integer
) As SoNode
public:
SoNode^ GetNode(
	int i
)
member GetNode : 
        i : int -> SoNode 
Parameters
- i
 - Type: SystemInt32
 
Return Value
Type: 
SoNode
Remarks
See Also