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 SbVec4ub this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As SbVec4ub
Get
Set
public:
property SbVec4ub default[int i] {
SbVec4ub get (int i);
void set (int i, SbVec4ub value);
}
member Item : SbVec4ub with get, set
Parameters
- i
- Type: System.Int32
Property Value
Type:
SbVec4ub
Remarks
See Also