IBitSize.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: 4.3.0.0

Syntax

C#

bool IsByteAligned { get; }

VB

ReadOnly Property IsByteAligned As Boolean
    Get

Property Value

Type: Boolean
true if this instance is byte aligned; otherwise, false.

Reference

IBitSize Interface

TwinCAT.TypeSystem Namespace