LayoutFieldSetInteger Method |
Namespace: OBCOM.NetClient
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | If index is out of bounds. |
| NotSupportedException | If the field's type is not NUMERIC or SIGNED. |
This method can only be applied to fields of type NUMERIC or SIGNED.
This is an utility method that calls the SetNumber(Message, Int32, NullableDecimal) method with value converted to integer.