DataType.IsPointer Property
Gets a value indicating whether this IDataType is a pointer type
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public virtual bool IsPointer { get; }
VB
Public Overridable ReadOnly Property IsPointer As Boolean
Get
Property Value
Type: Boolean
true if this instance is pointer type;
otherwise, false.
Remarks
Pointer types can be dereferenced with the '^' operator.