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

Syntax

C#

public bool IsByteAligned { get; }

VB

Public ReadOnly Property IsByteAligned As Boolean
    Get

Property Value

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

Implements

IBitSize.IsByteAligned

Reference

DataType Class

TwinCAT.Ads.TypeSystem Namespace