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 this[
	int i
] { get; }Public ReadOnly Default Property Item ( 
	i As Integer
) As SoPath
	Get
public:
property SoPath^ default[int i] {
	SoPath^ get (int i);
}member Item : SoPath with get
Parameters
- i
 - Type: SystemInt32
 
Property Value
Type: 
SoPath
Remarks
See Also