DynamicSymbol.IsByteAligned Property
Indicates that the Size of the Object is Byte aligned (BitSize % 8 == 0)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool IsByteAligned { get; }
Property Value
Type: Boolean
true if this instance is byte aligned;
otherwise, false.