ArrayType.ElementSize Property

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

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public int ElementSize { get; }

VB

Public ReadOnly Property ElementSize As Integer
    Get

Property Value

Type: Int32
The size of the element.

Reference

ArrayType Class

TwinCAT.Ads.TypeSystem Namespace