Instance.IsByteAligned Property

Indicates that the Size of the Object is Byte aligned (BitSize % 8 == 0)

Namespace:  TwinCAT.Ads.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.

Implements

IBitSize.IsByteAligned

Reference

Instance Class

TwinCAT.Ads.TypeSystem Namespace