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