 | LayoutFieldGetOffset Method |
Returns the offset position of the index
occurence of the field in the message or parent list.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic 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