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
Syntaxpublic int Length { get; }Public ReadOnly Property Length As Integer
	Get
Return Value
Type: 
Int32The sum of the sizes of all the fields of the Layout.
 Remarks
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
See Also