Click or drag to resize

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)
Syntax
public int GetOffset(
	int index
)

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
ExceptionCondition
IndexOutOfRangeException If index is out of bounds.
See Also