Returns the i'th value of the field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic long this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As Long
Get
Set
public:
property long long default[int i] {
long long get (int i);
void set (int i, long long value);
}
member Item : int64 with get, set
Parameters
- i
- Type: SystemInt32
Property Value
Type:
Int64
Remarks
See Also