ITcAdsDataType.IsJaggedArray Property
Gets a value indicating whether this dataType is a jagged array.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool IsJaggedArray { get; }
VB
ReadOnly Property IsJaggedArray As Boolean
Get
Property Value
Type: Boolean
true if this instance is jagged array;
otherwise, false.