Returns pointer to nth path. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoPath GetPath(
	int index
)
Public Function GetPath ( 
	index As Integer
) As SoPath
public:
SoPath^ GetPath(
	int index
)
member GetPath : 
        index : int -> SoPath 
Parameters
- index
 - Type: SystemInt32
 
Return Value
Type: 
SoPath
Remarks
See Also