LayoutFieldGetInteger 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 converts the number returned by the GetNumber(Message, Int32) method to an integer.