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