LayoutFieldGetOffset Method |
Returns the offset position of the index occurence of
the field in the message or parent list.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public int GetOffset(
int index
)
Public Function GetOffset (
index As Integer
) As Integer
Parameters
- index
- Type: SystemInt32
The occurence index of the field.
Return Value
Type:
Int32
The offset position of Field(
index) in message or list.
Exceptions See Also