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