ArrayType Properties

The ArrayType type exposes the following members.

Properties

 

Name

Description

ArrayType Properties 1:

Attributes

Gets the attributes of the IDataType (Inherited from DataType.)

ArrayType Properties 2:

BitSize

Gets the size of the DataType in bits. (Inherited from DataType.)

ArrayType Properties 3:

ByteSize

Gets the (aligned) size of of the Type/Instance in Bytes (Inherited from DataType.)

ArrayType Properties 4:

Category

Gets the Data Type category (Inherited from DataType.)

ArrayType Properties 5:

Comment

Gets the comment. (Inherited from DataType.)

ArrayType Properties 6:

DimensionCount

Gets the dimension count.

ArrayType Properties 7:

Dimensions

Gets the dimensions as read only collection.

ArrayType Properties 8:

ElementCount

Gets the element count.

ArrayType Properties 9:

ElementSize

Gets the byte-size of a single element of the array

ArrayType Properties 10:

ElementType

Gets the type of the contained elements.

ArrayType Properties 11:

ElementTypeName

Gets the name of the element type.

ArrayType Properties 12:

FullName

Gets the full name of the IDataType (Namespace + Name) (Inherited from DataType.)

ArrayType Properties 13:

Id

Gets the ID of the DataType (Inherited from DataType.)

ArrayType Properties 14:

IsBitType

Gets a value indicating whether this IDataType is a bit mapping Type (Inherited from DataType.)

ArrayType Properties 15:

IsByteAligned

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

ArrayType Properties 16:

IsJagged

Gets a value indicating whether this instance is jagged.

ArrayType Properties 17:

IsOversampled

Gets a value indicating whether this array instance describes an oversampling type.

ArrayType Properties 18:

JaggedLevel

Gets the jagged level (Non-Jagged Array have level 1)

ArrayType Properties 19:

ManagedType

Gets the corresponding .NET Type if attached. (Overrides DataType.ManagedType.)

ArrayType Properties 20:

Name

Gets the name of the Data Type (without namespace) (Inherited from DataType.)

ArrayType Properties 21:

Namespace

Gets the namespace string within the IDataType exists. (Inherited from DataType.)

ArrayType Properties 22:

Size

Gets the Size of the DataType in Bytes or bits. (Inherited from DataType.)

ArrayType Properties 23:

TypeGuid

Gets the Guid of the DataType (optional) (Inherited from DataType.)

Reference

ArrayType Class

TwinCAT.Ads.TypeSystem Namespace