Returns the i'th value of the field. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoPath this[
	int i
] { get; set; }Public Default Property Item ( 
	i As Integer
) As SoPath
	Get
	Set
public:
property SoPath^ default[int i] {
	SoPath^ get (int i);
	void set (int i, SoPath^ value);
}member Item : SoPath with get, set
Parameters
- i
 - Type: SystemInt32
 
Property Value
Type: 
SoPath
RemarksIndexing past the end of the field (passing in i greater than ()) will return garbage.   
See Also