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