SoMFRotationItem Property |
Returns the i'th value of the field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbRotation this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As SbRotation
Get
Set
public:
property SbRotation default[int i] {
SbRotation get (int i);
void set (int i, SbRotation value);
}
member Item : SbRotation with get, set
Parameters
- i
- Type: SystemInt32
Property Value
Type:
SbRotationRemarks Indexing past the end of the field (passing in i greater than ()) will return garbage.
See Also