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.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
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