| SoSelectionGetPath Method  | 
Returns the ith path in the selection list. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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