Click or drag to resize

LayoutLength Property

Returns the sum of the sizes of all the fields of the Layout.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public int Length { get; }

Return Value

Type: Int32
The sum of the sizes of all the fields of the Layout.
Remarks
This value can be used to allocate a Message or a Char() array with enough capacity to store the values of all the fields defined by this Layout.
See Also