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 short this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As Short
Get
Set
public:
property short default[int i] {
short get (int i);
void set (int i, short value);
}
member Item : int16 with get, set
Parameters
- i
- Type: SystemInt32
Property Value
Type:
Int16Remarks Indexing past the end of the field (passing in i greater than ()) will return garbage.
See Also