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