Click or drag to resize

LayoutLength Property

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

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
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